Skip to content

Commit c6eb2b2

Browse files
author
longv2go
committed
Fix typo on fblldbbase.py
1 parent 3154bb3 commit c6eb2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fblldbbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def evaluateCStringExpression(expression, printErrors=True):
9696
(bool)[obj isKindOfClass:[NSNumber class]]))
9797
#define RETURN(ret) ({\
9898
if (!IS_JSON_OBJ(ret)) {\
99-
(void)[NSException raise:@"Invalied RETRUN argument" format:@""];\
99+
(void)[NSException raise:@"Invalid RETURN argument" format:@""];\
100100
}\
101101
NSDictionary *__dict = @{@"return":ret};\
102102
NSData *__data = (id)[NSJSONSerialization dataWithJSONObject:__dict options:0 error:NULL];\

0 commit comments

Comments
 (0)