aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-25 18:18:13 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-25 18:18:13 +0200
commitefd1354acf99d5146c08ca3fa596774011b29fef (patch)
tree1700af0c31b5998136f5f1d23dae8c2429c262e9 /using-git.texinfo
parenttypos (diff)
downloadusing-git-efd1354acf99d5146c08ca3fa596774011b29fef.tar.gz
using-git-efd1354acf99d5146c08ca3fa596774011b29fef.tar.bz2
using-git-efd1354acf99d5146c08ca3fa596774011b29fef.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--using-git.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 4b33667..df27a9f 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -872,7 +872,7 @@ to better understand how Git works.
The first tree you encounter is the
working directory, called the working
tree in Git. The tree begins in the
-parent so called git directory;
+parent of the so called git directory;
the directory you executed
@command{git init} in, and contains
the directory @file{.git}.