aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.