[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.1-36-g250368c

by Emanuel Schuetze cvs at cvs.gnupg.org
Wed Jul 17 10:04:08 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  250368c66f17ae790b088138300f0ef793631d6c (commit)
      from  eba54f0d253faf9cd0042d511138fb1e54ea3b38 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 250368c66f17ae790b088138300f0ef793631d6c
Author: Emanuel Schuetze <emanuel at intevation.de>
Date:   Wed Jul 17 09:37:42 2013 +0200

    Fixed typo in installer reported by user.

diff --git a/src/inst-gpg4win.nsi b/src/inst-gpg4win.nsi
index 464f62d..d655aac 100644
--- a/src/inst-gpg4win.nsi
+++ b/src/inst-gpg4win.nsi
@@ -61,7 +61,7 @@ Section "-gpg4win" SEC_gpg4win
   # because he might have have selected a different language than his
   # default.  We delete the global Lang of the installation.
   DeleteRegValue HKLM "Software\GNU\GnuPG" "Lang"
-  DetailPrint "Deleted obsolute Lang entry"
+  DetailPrint "Deleted obsolete Lang entry"
 
   # This old key is required for GPGee.  Please do not use in new
   # applications.
@@ -72,7 +72,7 @@ Section "-gpg4win" SEC_gpg4win
   #       the user under HKCU.
   #WriteRegStr HKLM "Software\GNU\GnuPG" "gpgProgram" "$INSTDIR\gpg.exe"
   DeleteRegValue HKLM "Software\GNU\GnuPG" "gpgProgram"
-  DetailPrint "Deleted obsolute gpgProgram value"
+  DetailPrint "Deleted obsolete gpgProgram value"
 
   # Add the public directory to the PATH
   Push "$INSTDIR\pub"

-----------------------------------------------------------------------

Summary of changes:
 src/inst-gpg4win.nsi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list