Revision: 13803
          http://sourceforge.net/p/skim-app/code/13803
Author:   hofman
Date:     2023-11-25 10:36:17 +0000 (Sat, 25 Nov 2023)
Log Message:
-----------
fix typo in message

Modified Paths:
--------------
    trunk/SkimNotes/SKNXPCSkimReader.m

Modified: trunk/SkimNotes/SKNXPCSkimReader.m
===================================================================
--- trunk/SkimNotes/SKNXPCSkimReader.m  2023-11-25 10:26:21 UTC (rev 13802)
+++ trunk/SkimNotes/SKNXPCSkimReader.m  2023-11-25 10:36:17 UTC (rev 13803)
@@ -180,7 +180,7 @@
     if (nil == connection) {
         [self establishSynchronousConnection:sync];
     } else if (synchronous != sync) {
-        NSLog(@"attempt to mix synxhronous and asynchronous skim notes 
retrieval");
+        NSLog(@"attempt to mix synchronous and asynchronous skim notes 
retrieval");
         return NO;
     }
     

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

Reply via email to