s/please notice/please note/ - thanks ft
authorMichael Prokop <mika@grml.org>
Fri, 13 Feb 2009 13:07:36 +0000 (14:07 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 13 Feb 2009 13:07:36 +0000 (14:07 +0100)
debian/NEWS
etc/zsh/zshrc

index f72d618..f39d8d6 100644 (file)
@@ -22,7 +22,7 @@ grml-etc-core (0.3.62) unstable; urgency=low
 
 grml-etc-core (0.3.5) unstable; urgency=low
 
-  * Please notice, that the setup of zsh's completion functions has
+  * Please note, that the setup of zsh's completion functions has
     been changed. The setup has been cleaned up but as a sideeffect
     you might notice a problem like:
 
@@ -54,7 +54,7 @@ grml-etc-core (0.3.5) unstable; urgency=low
 
 grml-etc-core (0.1-31) unstable; urgency=low
 
-  * Please notice, that the behaviour of global aliases in /etc/skel/.zshrc
+  * Please note, that the behaviour of global aliases in /etc/skel/.zshrc
     has been changed. Now global aliases won't be expanded automatically
     anymore. You can still use them (and even some more now as well),
     just type the abbreviation/global alias and expand it via pressing
index af0e3a6..3cdfe25 100644 (file)
@@ -2342,7 +2342,7 @@ limit -s
 # {{{ completion system
 
 # called later (via is4 && grmlcomp)
-# notice: use 'zstyle' for getting current settings
+# note: use 'zstyle' for getting current settings
 #         press ^Xh (control-x h) for getting tags in context; ^X? (control-x ?) to run complete_debug with trace output
 grmlcomp() {
     # TODO: This could use some additional information
@@ -3298,7 +3298,7 @@ if [[ -r ~/.terminfo/m/mostlike ]] ; then
 fi
 
 # d():Copyright 2005 Nikolai Weibull <nikolai@bitwi.se>
-# notice: option AUTO_PUSHD has to be set
+# note: option AUTO_PUSHD has to be set
 #f5# Jump between directories
 d() {
     emulate -L zsh