summaryrefslogtreecommitdiffstats
path: root/macosx/HBCore.h
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-12-04 11:02:36 -0500
committerBradley Sepos <[email protected]>2017-12-05 07:40:42 -0500
commit307b5e3f8b31541b246b7682af080fa05d920422 (patch)
tree26db2bf5cb2a679f6550dcd163c4978ae7b02f41 /macosx/HBCore.h
parentf13cbcacce558155112de3ffbea785173b226099 (diff)
mac: Rename instances of cancelled to canceled.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r--macosx/HBCore.h2
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,
};