From 5708c4f35991cac1cd9999392c9d3b35a82a52e8 Mon Sep 17 00:00:00 2001 From: Moritz Grauel Date: Thu, 15 Aug 2013 12:26:28 +0200 Subject: [PATCH] Small typo correction There was a small typo in the git-ignore man-page that is fixed by this commit --- man/git-ignore.1 | 2 +- man/git-ignore.html | 2 +- man/git-ignore.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/git-ignore.1 b/man/git-ignore.1 index c121d84..c3db1f5 100644 --- a/man/git-ignore.1 +++ b/man/git-ignore.1 @@ -25,7 +25,7 @@ Sets the context to the \.gitignore file in the current working directory\. (def \-g, \-\-global . .P -Sets the context to the global gitignore file fol the current user\. +Sets the context to the global gitignore file for the current user\. . .P diff --git a/man/git-ignore.html b/man/git-ignore.html index 836230d..a2aeb9a 100644 --- a/man/git-ignore.html +++ b/man/git-ignore.html @@ -92,7 +92,7 @@

-g, --global

-

Sets the context to the global gitignore file fol the current user.

+

Sets the context to the global gitignore file for the current user.

<pattern>

diff --git a/man/git-ignore.md b/man/git-ignore.md index bcc4fac..29a39cb 100644 --- a/man/git-ignore.md +++ b/man/git-ignore.md @@ -19,7 +19,7 @@ Adds the given _pattern_s to a .gitignore file if it doesn't already exist. -g, --global - Sets the context to the global gitignore file fol the current user. + Sets the context to the global gitignore file for the current user. <pattern>