Revision: 14896
http://sourceforge.net/p/skim-app/code/14896
Author: hofman
Date: 2025-01-28 15:31:31 +0000 (Tue, 28 Jan 2025)
Log Message:
-----------
fix typo in function name
Modified Paths:
--------------
trunk/SKRuntime.m
Modified: trunk/SKRuntime.m
===================================================================
--- trunk/SKRuntime.m 2025-01-28 15:30:34 UTC (rev 14895)
+++ trunk/SKRuntime.m 2025-01-28 15:31:31 UTC (rev 14896)
@@ -54,7 +54,7 @@
return imp;
}
-IMP SKReeplaceInstanceMethodImplementationFromSelector(Class aClass, SEL
aSelector, SEL impSelector) {
+IMP SKReplaceInstanceMethodImplementationFromSelector(Class aClass, SEL
aSelector, SEL impSelector) {
Method method = class_getInstanceMethod(aClass, impSelector);
return method ? SKReplaceInstanceMethodImplementation(aClass, aSelector,
method_getImplementation(method)) : NULL;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit