diff options
author | Bradley Sepos <[email protected]> | 2017-12-04 11:02:36 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-05 07:40:42 -0500 |
commit | 307b5e3f8b31541b246b7682af080fa05d920422 (patch) | |
tree | 26db2bf5cb2a679f6550dcd163c4978ae7b02f41 /macosx/HBCore.h | |
parent | f13cbcacce558155112de3ffbea785173b226099 (diff) |
mac: Rename instances of cancelled to canceled.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r-- | macosx/HBCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h index 26b74073c..fd802efa2 100644 --- a/macosx/HBCore.h +++ b/macosx/HBCore.h @@ -38,7 +38,7 @@ typedef NS_ENUM(NSUInteger, HBState) { // These constants specify the result of a scan or encode. typedef NS_ENUM(NSUInteger, HBCoreResult) { HBCoreResultDone, - HBCoreResultCancelled, + HBCoreResultCanceled, HBCoreResultFailed, }; |