]> git.lyx.org Git - features.git/commitdiff
only typos
authorUwe Stöhr <uwestoehr@web.de>
Thu, 8 Feb 2007 21:24:51 +0000 (21:24 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 8 Feb 2007 21:24:51 +0000 (21:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17119 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/LyXWinInstaller/InstallActions-complete.nsh
development/Win32/packaging/installer/LyXWinInstaller/InstallActions-small.nsh
development/Win32/packaging/installer/LyXWinInstaller/MissingPrograms.nsh

index cfb3f050ac6777a268d3bae35471ca33954da47f..3cbc0cec5edc1f73820dbae2f265ab4cb10d064d 100644 (file)
@@ -350,7 +350,7 @@ Section "-Installation actions" SecInstallation
    UpdateLater:
   ${endif}
 
-  ; save MiKTeX's install path to be able to remove LyX's  LaTeX files in the uninstaller
+  ; save MiKTeX's install path to be able to remove LyX's LaTeX-files in the uninstaller
   FileOpen $R1 "$INSTDIR\Resources\uninstallPaths.dat" w
   FileWrite $R1 '$LaTeXPath'
   FileClose $R1
index b83a8ba67bb245f2c27e919da39c7ffb05de0a8f..bb7424024db073dc2030ebdd48c351364d91fddf 100644 (file)
@@ -284,7 +284,7 @@ Section "-Installation actions" SecInstallation
    UpdateLater:
   ${endif}
 
-  ; save MiKTeX's install path to be able to remove LyX's  LaTeX files in the uninstaller
+  ; save MiKTeX's install path to be able to remove LyX's LaTeX-files in the uninstaller
   FileOpen $R1 "$INSTDIR\Resources\uninstallPaths.dat" w
   FileWrite $R1 '$LaTeXPath'
   FileClose $R1
index a33ad279d2186efef529e09152f637b98359dd91..bf178c66d2d463e62057a08a9517dbb838423a7d 100644 (file)
@@ -138,7 +138,7 @@ Function MissingPrograms
 
   ; test if Python is installed
   ; only use an existing python when it is version 2.5 because many Compaq and Dell PC are delivered
-  ; with outdated Python interpretes
+  ; with outdated Python interpreters
   ReadRegStr $PythonPath HKLM "Software\Python\PythonCore\2.5\InstallPath" ""
   ${if} $PythonPath != ""
    StrCpy $0 $PythonPath "" -1 ; remove the "\" at the end