Documentation: spelling fixes
authorMiklos Vajna <vmiklos@frugalware.org>
Tue, 19 Jun 2012 17:56:09 +0000 (19:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jun 2012 18:35:19 +0000 (11:35 -0700)
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-config.txt
Documentation/git-column.txt
Documentation/git-commit-tree.txt
Documentation/git.txt
Documentation/gitweb.conf.txt
Documentation/user-manual.txt
index 6aa1be04787b998d12b873afc98d9b498c942363..67a90a828c04b7277fc603c6518fd0ecd8247d32 100644 (file)
@@ -54,7 +54,7 @@ and accumulating child directory counts in the parent directories:
 
 diff.statGraphWidth::
        Limit the width of the graph part in --stat output. If set, applies
-       to all commands generating --stat outuput except format-patch.
+       to all commands generating --stat output except format-patch.
 
 diff.external::
        If this config variable is set, diff generation is not
index 9be16eea0e5075fb9cffb071cbb498cd44e10f5b..5d6f1cc464a09131cc7898b67fb165c600e2045f 100644 (file)
@@ -9,7 +9,7 @@ SYNOPSIS
 --------
 [verse]
 'git column' [--command=<name>] [--[raw-]mode=<mode>] [--width=<width>]
-            [--indent=<string>] [--nl=<string>] [--pading=<n>]
+            [--indent=<string>] [--nl=<string>] [--padding=<n>]
 
 DESCRIPTION
 -----------
index eb8ee9999eebce4baf5008e604acfee4ccda6bd8..6d5a04c83b6461396b44b3972a539eaae6368a19 100644 (file)
@@ -45,7 +45,7 @@ OPTIONS
        Each '-p' indicates the id of a parent commit object.
 
 -m <message>::
-       A paragraph in the commig log message. This can be given more than
+       A paragraph in the commit log message. This can be given more than
        once and each <message> becomes its own paragraph.
 
 -F <file>::
index 59ce6ac241833efd09571ffe957e23a0e7784396..9589734b0ea3e40ccbf4c7edef15cac306c6d91f 100644 (file)
@@ -734,7 +734,7 @@ other
 
 'GIT_EDITOR'::
        This environment variable overrides `$EDITOR` and `$VISUAL`.
-       It is used by several git comands when, on interactive mode,
+       It is used by several git commands when, on interactive mode,
        an editor is to be launched. See also linkgit:git-var[1]
        and the `core.editor` option in linkgit:git-config[1].
 
index b9dd56753a5e45487d1dc0fde81f8a9aaef47e43..49474557d8a6d7393558e278c4e2044e28e44b5e 100644 (file)
@@ -244,7 +244,7 @@ $highlight_bin::
        By default set to 'highlight'; set it to full path to highlight
        executable if it is not installed on your web server's PATH.
        Note that 'highlight' feature must be set for gitweb to actually
-       use syntax hightlighting.
+       use syntax highlighting.
 +
 *NOTE*: if you want to add support for new file type (supported by
 "highlight" but not used by gitweb), you need to modify `%highlight_ext`
index 1b942074b69fa3d23b96738bab952a3dbb9c9174..02ed5668e151354d23991e7b272611c32741cb12 100644 (file)
@@ -1600,7 +1600,7 @@ dangling tree b24c2473f1fd3d91352a624795be026d64c8841f
 You will see informational messages on dangling objects. They are objects
 that still exist in the repository but are no longer referenced by any of
 your branches, and can (and will) be removed after a while with "gc".
-You can run `git fsck --no-dangling` to supress these messages, and still
+You can run `git fsck --no-dangling` to suppress these messages, and still
 view real errors.
 
 [[recovering-lost-changes]]