Revision: 27503
          http://sourceforge.net/p/bibdesk/svn/27503
Author:   hofman
Date:     2022-05-30 09:26:25 +0000 (Mon, 30 May 2022)
Log Message:
-----------
fix comment

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

Modified: trunk/bibdesk/BDSKArxivParser.m
===================================================================
--- trunk/bibdesk/BDSKArxivParser.m     2022-05-30 09:17:58 UTC (rev 27502)
+++ trunk/bibdesk/BDSKArxivParser.m     2022-05-30 09:26:25 UTC (rev 27503)
@@ -223,7 +223,7 @@
         // search for DOI
         node = [arxivLinkNode singleNodeForXPathExpression:doiNodePath];
         if (node) {
-            // successfully found the result PDF url
+            // successfully found the result DOI
             if ((string = [node stringValue])) {
                 [pubFields setValue:string forKey:BDSKDoiString];
                 if (addLinkedFiles && doiIsURL)

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