about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2012-04-14 19:24:49 +0000
committerMikael Magnusson <mikachu@gmail.com>2012-04-14 19:24:49 +0000
commit1416ec964445a6717c6c1f3c5cc753f1dbb57d9a (patch)
treef991da24fc7eab8779270005a41d5a38a88119c3 /NEWS
parent287bd2dff29975a45ffd1c1f9b2a5a8ae0543772 (diff)
downloadzsh-1416ec964445a6717c6c1f3c5cc753f1dbb57d9a.tar.gz
zsh-1416ec964445a6717c6c1f3c5cc753f1dbb57d9a.tar.xz
zsh-1416ec964445a6717c6c1f3c5cc753f1dbb57d9a.zip
30406: NEWS: typo fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 1a69494fb..9954ec5f5 100644
--- a/NEWS
+++ b/NEWS
@@ -55,13 +55,13 @@ Expansion (parameters, globbing, etc.) and redirection
   from the end.
 
 - The parameter expansion flag (D) abbreviates directories in parameters
-  using the familiary ~ form.
+  using the familiar ~ form.
 
 - The parameter expansion flag (g) can take delimited arguments o, e and
   c to provide echo- and print-style expansion: (g::) provides basic
   echo-style expansion; (g:e:) provides the extended capabilities of
   print; (g:o:) provides octal escapes without a leading zero; (g:c:)
-  additional expands "^c" style control characters as for bindkey.
+  additionally expands "^c" style control characters as for bindkey.
   Options may be combined, e.g. (g:eoc:).
 
 - The parameter expansion flag (q-) picks the most minimal way of
@@ -92,7 +92,7 @@ Expansion (parameters, globbing, etc.) and redirection
   arbitrary file descriptors rather than the explicit range 0 to 9.
 
 - New prompt escapes:
-  %x and %I show source file and line number, usefil
+  %x and %I show source file and line number, useful
     in $PS4 (the existing %N and %i show names and lines in the execution
     environment rather than the source file).
   %F, %K, %f, %k allow colouring of prompts both using ANSI colour names
@@ -120,8 +120,8 @@ Shell variables (parameters)
   KEYBOARD_HACK defines characters to be ignored if typed unmatched at
     the end of the line (an extension of the SUN_KEYBOARD_HACK option).
   ZSH_PATCHLEVEL provides a unique indication of the code compiled to
-    make the shell even between releases.
-  ZSH_SUBSHELL indicates the subshell live, incremented once per fork, at
+    make the shell, even between releases.
+  ZSH_SUBSHELL indicates the subshell level, incremented once per fork, at
     which the code is being run.
 
 Options