We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4466e0c commit a1da45bCopy full SHA for a1da45b
src/defines.rs
@@ -102,7 +102,7 @@ impl Error for AfError {
102
AfError::ERR_NOT_CONFIGURED => "This build of ArrayFire does not support this feature",
103
AfError::ERR_NO_DBL => "This device does not support double",
104
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",
+ AfError::ERR_INTERNAL => "Error either in ArrayFire or in a project upstream",
106
AfError::ERR_UNKNOWN => "Unknown Error",
107
}
108
0 commit comments