Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mabentwickeltsich committed Nov 8, 2024
1 parent 610dcad commit a00ed63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MendeleyMacros.bas
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Function GAUG_getMendeleyWebExtensionXMLFileContents()
'opens the zip file (which is the .docx file)
Set objZipAsFolder = objShell.namespace(CVar(strZipDocumentFullName))

'if the zip file could be oppened
'if the zip file could be opened
If Not objZipAsFolder Is Nothing Then
'extracts the zip file (copies the files from the zip to the temporary folder without showing progress)
objShell.namespace(CVar(strTemporalFolder)).CopyHere objZipAsFolder.items, 4
Expand Down Expand Up @@ -242,7 +242,7 @@ Function GAUG_getMendeleyWebExtensionXMLFileContents()
'cleans up the temporary folder
objFileSystem.DeleteFolder strTemporalFolder, True

End If 'if the zip file could be oppened
End If 'if the zip file could be opened
End If 'checks if the document has a file path (if it is saved)

'returns the contents (if any) of the file 'webextension<number>.xml' that corresponds to Mendeley Reference Manager 2.x (with the App Mendeley Cite)
Expand Down

0 comments on commit a00ed63

Please sign in to comment.