From 5c45ab6cb298c6eda3a172468bacefd7523943dc Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Sun, 13 Jun 2010 14:14:00 +0200 Subject: [PATCH] Typo: Fix "explicitely" -> "explicitly" and some minor comment rewording Signed-off-by: Sebastian Schuberth --- etc/profile | 2 +- share/msysGit/make-manifests.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/profile b/etc/profile index 97f8eba5..8026e743 100644 --- a/etc/profile +++ b/etc/profile @@ -47,7 +47,7 @@ fi if [ ! -d "$HOME" ]; then printf "\n\033[31mERROR: HOME directory '$HOME' doesn't exist!\033[m\n\n" echo "This is an error which might be related to msysGit issue 108." - echo "You might want to set the environment variable HOME explicitely." + echo "You might want to set the environment variable HOME explicitly." printf "\nFalling back to \033[31m/ ($(cd / && pwd -W))\033[m.\n\n" HOME=/ fi diff --git a/share/msysGit/make-manifests.sh b/share/msysGit/make-manifests.sh index 094ca5e6..56004406 100755 --- a/share/msysGit/make-manifests.sh +++ b/share/msysGit/make-manifests.sh @@ -1,10 +1,10 @@ #!/bin/sh -# in its infinite wisdom, Microsoft decided that Vista should treat _all_ -# programs _containing_ the substring "setup", "install" or "update" as -# administrative programs. +# In its infinite wisdom, Microsoft decided that Vista should treat _all_ +# programs whose filename _contains_ a substring like "setup", "install", +# "update", "patch" etc. as administrative programs. # -# And now we have to say _explicitely_ that they are not. Great. +# And now we have to say _explicitly_ that they are not. Great. cd / -- 2.11.4.GIT