Revision: 27846
          http://sourceforge.net/p/bibdesk/svn/27846
Author:   hofman
Date:     2022-08-27 15:55:12 +0000 (Sat, 27 Aug 2022)
Log Message:
-----------
typo in comment

Modified Paths:
--------------
    trunk/bibdesk/BDSKSharingClient.m

Modified: trunk/bibdesk/BDSKSharingClient.m
===================================================================
--- trunk/bibdesk/BDSKSharingClient.m   2022-08-27 13:59:00 UTC (rev 27845)
+++ trunk/bibdesk/BDSKSharingClient.m   2022-08-27 15:55:12 UTC (rev 27846)
@@ -403,7 +403,7 @@
                 // assume we succeeded; the exception handler for the 
connection will change it back if we fail again
                 OSAtomicCompareAndSwap32Barrier(1, 0, 
&flags.authenticationFailed);
             }else{
-                // nil return, will throw NSGereicException
+                // nil return, will throw NSGenericException
                 OSAtomicCompareAndSwap32Barrier(0, 1, 
&flags.canceledAuthentication);
             }
         }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to