From 7f0a9220982e73064c2aac5d4da3c3fc9705a027 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 24 Oct 2009 19:37:17 +0000 Subject: [PATCH] Fixed a typo I made while coding on my iPhone, on an airplane. --- Library.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library.mm b/Library.mm index d61a4b2..f74498b 100644 --- a/Library.mm +++ b/Library.mm @@ -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; - _throw(NSInvalidArgumentException, "got somwthing that is not a Class"); + _throw(NSInvalidArgumentException, "got something that is not a Class"); return NULL; } -- 2.45.2