Skip to content

Commit a1da45b

Browse files
committed
Fix a typo on error message
1 parent 4466e0c commit a1da45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/defines.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl Error for AfError {
102102
AfError::ERR_NOT_CONFIGURED => "This build of ArrayFire does not support this feature",
103103
AfError::ERR_NO_DBL => "This device does not support double",
104104
AfError::ERR_NO_GFX => "This build of ArrayFire has no graphics support",
105-
AfError::ERR_INTERNAL => "Eror either in ArrayFire or in a project upstream",
105+
AfError::ERR_INTERNAL => "Error either in ArrayFire or in a project upstream",
106106
AfError::ERR_UNKNOWN => "Unknown Error",
107107
}
108108
}

0 commit comments

Comments
 (0)