]> git.saurik.com Git - cycript.git/commitdiff
Fixed a typo I made while coding on my iPhone, on an airplane.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 24 Oct 2009 19:37:17 +0000 (19:37 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 24 Oct 2009 19:37:17 +0000 (19:37 +0000)
Library.mm

index d61a4b22620b07279e2d4cae2ad3979fe8ea169f..f74498bfa3bc36b00aafea66192e34220cdd9cd5 100644 (file)
@@ -1733,7 +1733,7 @@ Class CYCastClass(apr_pool_t *pool, JSContextRef context, JSValueRef value) {
     id self(CYCastNSObject(pool, context, value));
     if (CYIsClass(self))
         return (Class) self;
     id self(CYCastNSObject(pool, context, value));
     if (CYIsClass(self))
         return (Class) self;
-    _throw(NSInvalidArgumentException, "got somwthing that is not a Class");
+    _throw(NSInvalidArgumentException, "got something that is not a Class");
     return NULL;
 }
 
     return NULL;
 }