diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-19 17:36:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-19 17:36:26 +0200 |
commit | c83d4daeb50b32b03811921d49b50f6a233964fc (patch) | |
tree | 423e3269e7fcfbf42a180c441440bf8a70acdcfd /using-git.texinfo | |
parent | typo (diff) | |
download | using-git-c83d4daeb50b32b03811921d49b50f6a233964fc.tar.gz using-git-c83d4daeb50b32b03811921d49b50f6a233964fc.tar.bz2 using-git-c83d4daeb50b32b03811921d49b50f6a233964fc.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 0a89b79..fe78da5 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -625,7 +625,7 @@ you began from @code{upstream/master}: git format-patch upstream/master @end example -This command with create a patch whose name +This command will create a patch whose name will be printed by @command{git format-patch}. Creating a patch this way will keep track |