aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-24 23:58:32 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-24 23:58:32 +0200
commit5fbeafcb469ef01a982b82601d65ac8d18aa877a (patch)
tree3a1f6938c3afaf77eb6b7ab4065f8987bf021052 /using-git.texinfo
parentextend prelude (diff)
downloadusing-git-5fbeafcb469ef01a982b82601d65ac8d18aa877a.tar.gz
using-git-5fbeafcb469ef01a982b82601d65ac8d18aa877a.tar.bz2
using-git-5fbeafcb469ef01a982b82601d65ac8d18aa877a.tar.xz
typo
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 4574263..3361a5c 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -209,7 +209,7 @@ issus the Git command to initialise the repository:
git init
@end example
-This command creates a directory namend @file{.git}
+This command creates a directory named @file{.git}
inside the directory with all data Git requires to
operate on the repository.