From: Jay Freeman (saurik) Date: Sat, 31 Mar 2012 19:49:58 +0000 (-0700) Subject: Correct the name of cydia.getAllSources(). X-Git-Tag: v1.1.6~3 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/caf0475e7bc0140ca3e99e4a51fb97556e0be523 Correct the name of cydia.getAllSources(). --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 5cae9ac6..fc38970f 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4137,7 +4137,7 @@ static _H Diversions_; else if (selector == @selector(stringWithFormat:arguments:)) return @"format"; else if (selector == @selector(getAllSources)) - return @"getAllSourcs"; + return @"getAllSources"; else if (selector == @selector(getKernelNumber:)) return @"getKernelNumber"; else if (selector == @selector(getKernelString:))