Re: [PATCH] Spelling fixes

2017-06-27 Thread Junio C Hamano
Ville Skyttä  writes:

> Signed-off-by: Ville Skyttä 
> ---
>  Documentation/RelNotes/1.7.10.1.txt |  2 +-
>  Documentation/RelNotes/2.12.0.txt   |  2 +-
>  Documentation/RelNotes/2.14.0.txt   |  2 +-
>  Documentation/git-reset.txt |  2 +-
>  Documentation/git-submodule.txt |  2 +-
>  abspath.c   |  2 +-
>  builtin/grep.c  |  2 +-
>  compat/regex/regexec.c  |  2 +-
>  contrib/hooks/multimail/git_multimail.py|  2 +-
>  contrib/mw-to-git/git-remote-mediawiki.perl |  2 +-
>  contrib/mw-to-git/t/README  |  2 +-
>  gitweb/gitweb.perl  |  4 ++--
>  mailinfo.c  | 16 
>  pathspec.c  |  2 +-
>  perl/Git/I18N.pm|  2 +-
>  refs.h  |  4 ++--
>  send-pack.c |  2 +-
>  sha1dc/sha1.c   |  2 +-
>  submodule.c |  4 ++--
>  t/helper/test-strcmp-offset.c   |  2 +-
>  t/t2203-add-intent.sh   |  6 +++---
>  t/t3070-wildmatch.sh|  2 +-
>  t/t4213-log-tabexpand.sh|  2 +-
>  t/t5614-clone-submodules-shallow.sh |  4 ++--
>  t/t6120-describe.sh |  2 +-
>  t/t7412-submodule-absorbgitdirs.sh  |  2 +-
>  t/t7413-submodule-is-active.sh  |  2 +-
>  t/t9300-fast-import.sh  |  2 +-
>  28 files changed, 41 insertions(+), 41 deletions(-)

Whew.  These are quite a lot of typos.

I see some _("misspelled strings") have been touched, which would
mean this requires translator work, which we do not do for
maintenance tracks, so this needs to be applied to 'master' and
never merged down to 'maint' and older maintenance tracks.  Besides,
this includes a patch to Documentation/RelNotes/2.14.0.txt, so there
is no chance for this change can go to the maintenance tracks as-is.

There are some changes that touch strings t/ outside comment; if the
tests are depending on exact object names, this patch could break
them, so I checked them carefully---I think all of these are safe.

Thanks.


[PATCH] Spelling fixes

2017-06-25 Thread Ville Skyttä
Signed-off-by: Ville Skyttä 
---
 Documentation/RelNotes/1.7.10.1.txt |  2 +-
 Documentation/RelNotes/2.12.0.txt   |  2 +-
 Documentation/RelNotes/2.14.0.txt   |  2 +-
 Documentation/git-reset.txt |  2 +-
 Documentation/git-submodule.txt |  2 +-
 abspath.c   |  2 +-
 builtin/grep.c  |  2 +-
 compat/regex/regexec.c  |  2 +-
 contrib/hooks/multimail/git_multimail.py|  2 +-
 contrib/mw-to-git/git-remote-mediawiki.perl |  2 +-
 contrib/mw-to-git/t/README  |  2 +-
 gitweb/gitweb.perl  |  4 ++--
 mailinfo.c  | 16 
 pathspec.c  |  2 +-
 perl/Git/I18N.pm|  2 +-
 refs.h  |  4 ++--
 send-pack.c |  2 +-
 sha1dc/sha1.c   |  2 +-
 submodule.c |  4 ++--
 t/helper/test-strcmp-offset.c   |  2 +-
 t/t2203-add-intent.sh   |  6 +++---
 t/t3070-wildmatch.sh|  2 +-
 t/t4213-log-tabexpand.sh|  2 +-
 t/t5614-clone-submodules-shallow.sh |  4 ++--
 t/t6120-describe.sh |  2 +-
 t/t7412-submodule-absorbgitdirs.sh  |  2 +-
 t/t7413-submodule-is-active.sh  |  2 +-
 t/t9300-fast-import.sh  |  2 +-
 28 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/Documentation/RelNotes/1.7.10.1.txt 
b/Documentation/RelNotes/1.7.10.1.txt
index be68524..71a86cb 100644
--- a/Documentation/RelNotes/1.7.10.1.txt
+++ b/Documentation/RelNotes/1.7.10.1.txt
@@ -69,7 +69,7 @@ Fixes since v1.7.10
  * The 'push to upstream' implementation was broken in some corner
cases. "git push $there" without refspec, when the current branch
is set to push to a remote different from $there, used to push to
-   $there using the upstream information to a remote unreleated to
+   $there using the upstream information to a remote unrelated to
$there.
 
  * Giving "--continue" to a conflicted "rebase -i" session skipped a
diff --git a/Documentation/RelNotes/2.12.0.txt 
b/Documentation/RelNotes/2.12.0.txt
index 2915480..ef8b97d 100644
--- a/Documentation/RelNotes/2.12.0.txt
+++ b/Documentation/RelNotes/2.12.0.txt
@@ -264,7 +264,7 @@ notes for details).
needed it so far.
 
  * Git 2.11 had a minor regression in "merge --ff-only" that competed
-   with another process that simultanously attempted to update the
+   with another process that simultaneously attempted to update the
index. We used to explain what went wrong with an error message,
but the new code silently failed.  The error message has been
resurrected.
diff --git a/Documentation/RelNotes/2.14.0.txt 
b/Documentation/RelNotes/2.14.0.txt
index f57a7ec..e47ec4e 100644
--- a/Documentation/RelNotes/2.14.0.txt
+++ b/Documentation/RelNotes/2.14.0.txt
@@ -54,7 +54,7 @@ UI, Workflows & Features
even when the other side hasn't enabled allowTipSHA1InWant.
 
  * The recently introduced "[includeIf "gitdir:$dir"] path=..."
-   mechansim has further been taught to take symlinks into account.
+   mechanism has further been taught to take symlinks into account.
The directory "$dir" specified in "gitdir:$dir" may be a symlink to
a real location, not something that $(getcwd) may return.  In such
a case, a realpath of "$dir" is compared with the real path of the
diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt
index 70f3753..1d697d9 100644
--- a/Documentation/git-reset.txt
+++ b/Documentation/git-reset.txt
@@ -294,7 +294,7 @@ $ git reset --keep start<3>
 
 Split a commit apart into a sequence of commits::
 +
-Suppose that you have created lots of logically separate changes and commited
+Suppose that you have created lots of logically separate changes and committed
 them together. Then, later you decide that it might be better to have each
 logical chunk associated with its own commit. You can use git reset to rewind
 history without changing the contents of your local files, and then 
successively
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 74bc620..2aea2c1 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -141,7 +141,7 @@ you can also just use `git submodule update --init` without
 the explicit 'init' step if you do not intend to customize
 any submodule locations.
 +
-See the add subcommand for the defintion of default remote.
+See the add subcommand for the definition of default remote.
 
 deinit [-f|--force] (--all|[--] ...)::
Unregister the given submodules, i.e. remove the whole
diff --git a/abspath.c b/abspath.c
index 7f1cfe9..708aff8 100644
--- a/abspath.c
+++ b/abspath.c
@@ 

Re: [PATCH] Spelling fixes

2016-08-10 Thread Johannes Sixt
Am 09.08.2016 um 20:19 schrieb Junio C Hamano:
>  
> 
> accidentlyaccidentally
> commited  committed
> dependancydependency
> emtpy empty
> existance existence
> explicitely   explicitly
> git-upload-achive git-upload-archive
> hierachy  hierarchy
> intialinitial
> mulitple  multiple
> non-existant  non-existent
> precendence.  precedence.
> priviledged   privileged
> programatically   programmatically
> psuedo-binary pseudo-binary
> soemwhere somewhere
> successfull   successful
> unkownunknown
> usefull   useful
> writting  writing

This reminds me of one occurrence of "indegee" in commit-slab.h that
should be "indegree". The word is not in this list above, so I don't
know whether you would like to have it fixed in the same patch or not...

(BTW, is that word "in-degree" or "ingredient"?)

-- Hannes

diff --git a/commit-slab.h b/commit-slab.h
--- a/commit-slab.h
+++ b/commit-slab.h
@@ -8,7 +8,7 @@
  *
  * After including this header file, using:
  *
- * define_commit_slab(indegee, int);
+ * define_commit_slab(indegree, int);
  *
  * will let you call the following functions:
  *

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Spelling fixes

2016-08-10 Thread Junio C Hamano
Ville Skyttä  writes:

> On Tue, Aug 9, 2016 at 9:19 PM, Junio C Hamano  wrote:
> [...]
>> There are two "commited" you seem to have missed, though,
>>
>> t/t3420-rebase-autostash.sh:echo uncommited-content >file0 &&
>> t/t3420-rebase-autostash.sh:echo uncommited-content >expected &&
>>
>> which I'll queue on top of this patch to be later squashed (i.e. no
>> need to resend the whole thing only to add these two).
>
> Thanks. https://github.com/client9/misspell/pull/61 :)
>
> Also, there's SSTATE_TRANSFERING->SSTATE_TRANSFERRING in
> transport-helper.c, maybe you can squash that one in as well if you
> think it's fine?

One comment that refers to that token spells it correctly, which is
funny ;-)

Here is a squashable change I've collected so far.

Subject: [PATCH] SQUASH???

 
indegee   indegree
transfering   transferring
uncommiteduncommitted
---
 commit-slab.h   | 2 +-
 t/t3420-rebase-autostash.sh | 4 ++--
 transport-helper.c  | 8 
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/commit-slab.h b/commit-slab.h
index f84b449..be16da7 100644
--- a/commit-slab.h
+++ b/commit-slab.h
@@ -8,7 +8,7 @@
  *
  * After including this header file, using:
  *
- * define_commit_slab(indegee, int);
+ * define_commit_slab(indegree, int);
  *
  * will let you call the following functions:
  *
diff --git a/t/t3420-rebase-autostash.sh b/t/t3420-rebase-autostash.sh
index 532ff5c..ab8a63e 100755
--- a/t/t3420-rebase-autostash.sh
+++ b/t/t3420-rebase-autostash.sh
@@ -179,7 +179,7 @@ testrebase " --interactive" .git/rebase-merge
 
 test_expect_success 'abort rebase -i with --autostash' '
test_when_finished "git reset --hard" &&
-   echo uncommited-content >file0 &&
+   echo uncommitted-content >file0 &&
(
write_script abort-editor.sh <<-\EOF &&
echo >"$1"
@@ -188,7 +188,7 @@ test_expect_success 'abort rebase -i with --autostash' '
test_must_fail git rebase -i --autostash HEAD^ &&
rm -f abort-editor.sh
) &&
-   echo uncommited-content >expected &&
+   echo uncommitted-content >expected &&
test_cmp expected file0
 '
 
diff --git a/transport-helper.c b/transport-helper.c
index 4208743..db2f930 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -1103,7 +1103,7 @@ static void transfer_debug(const char *fmt, ...)
 }
 
 /* Stream state: More data may be coming in this direction. */
-#define SSTATE_TRANSFERING 0
+#define SSTATE_TRANSFERRING 0
 /*
  * Stream state: No more data coming in this direction, flushing rest of
  * data.
@@ -1112,7 +1112,7 @@ static void transfer_debug(const char *fmt, ...)
 /* Stream state: Transfer in this direction finished. */
 #define SSTATE_FINISHED 2
 
-#define STATE_NEEDS_READING(state) ((state) <= SSTATE_TRANSFERING)
+#define STATE_NEEDS_READING(state) ((state) <= SSTATE_TRANSFERRING)
 #define STATE_NEEDS_WRITING(state) ((state) <= SSTATE_FLUSHING)
 #define STATE_NEEDS_CLOSING(state) ((state) == SSTATE_FLUSHING)
 
@@ -1369,7 +1369,7 @@ int bidirectional_transfer_loop(int input, int output)
state.ptg.dest = 1;
state.ptg.src_is_sock = (input == output);
state.ptg.dest_is_sock = 0;
-   state.ptg.state = SSTATE_TRANSFERING;
+   state.ptg.state = SSTATE_TRANSFERRING;
state.ptg.bufuse = 0;
state.ptg.src_name = "remote input";
state.ptg.dest_name = "stdout";
@@ -1378,7 +1378,7 @@ int bidirectional_transfer_loop(int input, int output)
state.gtp.dest = output;
state.gtp.src_is_sock = 0;
state.gtp.dest_is_sock = (input == output);
-   state.gtp.state = SSTATE_TRANSFERING;
+   state.gtp.state = SSTATE_TRANSFERRING;
state.gtp.bufuse = 0;
state.gtp.src_name = "stdin";
state.gtp.dest_name = "remote output";
-- 
2.9.2-831-g532adb1



--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Spelling fixes

2016-08-10 Thread Junio C Hamano
Johannes Sixt  writes:

> Am 09.08.2016 um 20:19 schrieb Junio C Hamano:
>>  
>> 
>> accidentlyaccidentally
>> commited  committed
>> dependancydependency
>> emtpy empty
>> existance existence
>> explicitely   explicitly
>> git-upload-achive git-upload-archive
>> hierachy  hierarchy
>> intialinitial
>> mulitple  multiple
>> non-existant  non-existent
>> precendence.  precedence.
>> priviledged   privileged
>> programatically   programmatically
>> psuedo-binary pseudo-binary
>> soemwhere somewhere
>> successfull   successful
>> unkownunknown
>> usefull   useful
>> writting  writing
>
> This reminds me of one occurrence of "indegee" in commit-slab.h that
> should be "indegree". The word is not in this list above, so I don't
> know whether you would like to have it fixed in the same patch or not...
>
> (BTW, is that word "in-degree" or "ingredient"?)

IIRC it is the former, to count "how many incoming arcs does this
node have?"

Will queue to squash in.  Thanks.

> -- Hannes
>
> diff --git a/commit-slab.h b/commit-slab.h
> --- a/commit-slab.h
> +++ b/commit-slab.h
> @@ -8,7 +8,7 @@
>   *
>   * After including this header file, using:
>   *
> - * define_commit_slab(indegee, int);
> + * define_commit_slab(indegree, int);
>   *
>   * will let you call the following functions:
>   *
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Spelling fixes

2016-08-09 Thread Ville Skyttä
On Tue, Aug 9, 2016 at 9:19 PM, Junio C Hamano  wrote:
[...]
> There are two "commited" you seem to have missed, though,
>
> t/t3420-rebase-autostash.sh:echo uncommited-content >file0 &&
> t/t3420-rebase-autostash.sh:echo uncommited-content >expected &&
>
> which I'll queue on top of this patch to be later squashed (i.e. no
> need to resend the whole thing only to add these two).

Thanks. https://github.com/client9/misspell/pull/61 :)

Also, there's SSTATE_TRANSFERING->SSTATE_TRANSFERRING in
transport-helper.c, maybe you can squash that one in as well if you
think it's fine?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Spelling fixes

2016-08-09 Thread Junio C Hamano
Ville Skyttä  writes:

> Signed-off-by: Ville Skyttä 
> ---
>  Documentation/RelNotes/2.3.10.txt   | 2 +-
>  Documentation/RelNotes/2.4.10.txt   | 2 +-
>  Documentation/RelNotes/2.5.4.txt| 2 +-
>  Documentation/RelNotes/2.6.1.txt| 2 +-
>  Documentation/git-remote-fd.txt | 2 +-
>  Documentation/gitattributes.txt | 2 +-
>  Documentation/gitmodules.txt| 2 +-
>  contrib/hooks/multimail/README  | 4 ++--
>  contrib/mw-to-git/.perlcriticrc | 2 +-
>  contrib/mw-to-git/git-remote-mediawiki.perl | 2 +-
>  contrib/subtree/t/t7900-subtree.sh  | 2 +-
>  git-p4.py   | 2 +-
>  sha1_file.c | 2 +-
>  t/README| 2 +-
>  t/t1006-cat-file.sh | 2 +-
>  t/t3101-ls-tree-dirname.sh  | 2 +-
>  t/t6018-rev-list-glob.sh| 2 +-
>  t/t6030-bisect-porcelain.sh | 2 +-
>  t/t7001-mv.sh   | 8 
>  t/t7810-grep.sh | 2 +-
>  t/t9401-git-cvsserver-crlf.sh   | 2 +-
>  upload-pack.c   | 2 +-
>  22 files changed, 26 insertions(+), 26 deletions(-)

Wow, that's a lot of typos.  I asked "git show --word-diff" what got
changed, which told me this:

 

accidentlyaccidentally
commited  committed
dependancydependency
emtpy empty
existance existence
explicitely   explicitly
git-upload-achive git-upload-archive
hierachy  hierarchy
intialinitial
mulitple  multiple
non-existant  non-existent
precendence.  precedence.
priviledged   privileged
programatically   programmatically
psuedo-binary pseudo-binary
soemwhere somewhere
successfull   successful
unkownunknown
usefull   useful
writting  writing

and then looked at all lines in the patch.  They all looked
reasonable.

There are two "commited" you seem to have missed, though,

t/t3420-rebase-autostash.sh:echo uncommited-content >file0 &&
t/t3420-rebase-autostash.sh:echo uncommited-content >expected &&

which I'll queue on top of this patch to be later squashed (i.e. no
need to resend the whole thing only to add these two).

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Spelling fixes

2016-08-09 Thread Ville Skyttä
Signed-off-by: Ville Skyttä 
---
 Documentation/RelNotes/2.3.10.txt   | 2 +-
 Documentation/RelNotes/2.4.10.txt   | 2 +-
 Documentation/RelNotes/2.5.4.txt| 2 +-
 Documentation/RelNotes/2.6.1.txt| 2 +-
 Documentation/git-remote-fd.txt | 2 +-
 Documentation/gitattributes.txt | 2 +-
 Documentation/gitmodules.txt| 2 +-
 contrib/hooks/multimail/README  | 4 ++--
 contrib/mw-to-git/.perlcriticrc | 2 +-
 contrib/mw-to-git/git-remote-mediawiki.perl | 2 +-
 contrib/subtree/t/t7900-subtree.sh  | 2 +-
 git-p4.py   | 2 +-
 sha1_file.c | 2 +-
 t/README| 2 +-
 t/t1006-cat-file.sh | 2 +-
 t/t3101-ls-tree-dirname.sh  | 2 +-
 t/t6018-rev-list-glob.sh| 2 +-
 t/t6030-bisect-porcelain.sh | 2 +-
 t/t7001-mv.sh   | 8 
 t/t7810-grep.sh | 2 +-
 t/t9401-git-cvsserver-crlf.sh   | 2 +-
 upload-pack.c   | 2 +-
 22 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/Documentation/RelNotes/2.3.10.txt 
b/Documentation/RelNotes/2.3.10.txt
index 9d425d8..20c2d2c 100644
--- a/Documentation/RelNotes/2.3.10.txt
+++ b/Documentation/RelNotes/2.3.10.txt
@@ -7,7 +7,7 @@ Fixes since v2.3.9
  * xdiff code we use to generate diffs is not prepared to handle
extremely large files.  It uses "int" in many places, which can
overflow if we have a very large number of lines or even bytes in
-   our input files, for example.  Cap the input size to soemwhere
+   our input files, for example.  Cap the input size to somewhere
around 1GB for now.
 
  * Some protocols (like git-remote-ext) can execute arbitrary code
diff --git a/Documentation/RelNotes/2.4.10.txt 
b/Documentation/RelNotes/2.4.10.txt
index 8621199..702d8d4 100644
--- a/Documentation/RelNotes/2.4.10.txt
+++ b/Documentation/RelNotes/2.4.10.txt
@@ -7,7 +7,7 @@ Fixes since v2.4.9
  * xdiff code we use to generate diffs is not prepared to handle
extremely large files.  It uses "int" in many places, which can
overflow if we have a very large number of lines or even bytes in
-   our input files, for example.  Cap the input size to soemwhere
+   our input files, for example.  Cap the input size to somewhere
around 1GB for now.
 
  * Some protocols (like git-remote-ext) can execute arbitrary code
diff --git a/Documentation/RelNotes/2.5.4.txt b/Documentation/RelNotes/2.5.4.txt
index a5e8477..b8a2f93 100644
--- a/Documentation/RelNotes/2.5.4.txt
+++ b/Documentation/RelNotes/2.5.4.txt
@@ -7,7 +7,7 @@ Fixes since v2.5.4
  * xdiff code we use to generate diffs is not prepared to handle
extremely large files.  It uses "int" in many places, which can
overflow if we have a very large number of lines or even bytes in
-   our input files, for example.  Cap the input size to soemwhere
+   our input files, for example.  Cap the input size to somewhere
around 1GB for now.
 
  * Some protocols (like git-remote-ext) can execute arbitrary code
diff --git a/Documentation/RelNotes/2.6.1.txt b/Documentation/RelNotes/2.6.1.txt
index 1e51363..f37ea89 100644
--- a/Documentation/RelNotes/2.6.1.txt
+++ b/Documentation/RelNotes/2.6.1.txt
@@ -7,7 +7,7 @@ Fixes since v2.6
  * xdiff code we use to generate diffs is not prepared to handle
extremely large files.  It uses "int" in many places, which can
overflow if we have a very large number of lines or even bytes in
-   our input files, for example.  Cap the input size to soemwhere
+   our input files, for example.  Cap the input size to somewhere
around 1GB for now.
 
  * Some protocols (like git-remote-ext) can execute arbitrary code
diff --git a/Documentation/git-remote-fd.txt b/Documentation/git-remote-fd.txt
index e700baf..80afca8 100644
--- a/Documentation/git-remote-fd.txt
+++ b/Documentation/git-remote-fd.txt
@@ -17,7 +17,7 @@ fetch, push or archive.
 
 If only  is given, it is assumed to be a bidirectional socket connected
 to remote Git server (git-upload-pack, git-receive-pack or
-git-upload-achive). If both  and  are given, they are assumed
+git-upload-archive). If both  and  are given, they are assumed
 to be pipes connected to a remote Git server ( being the inbound pipe
 and  being the outbound pipe.
 
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 34db3e2..807577a 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -133,7 +133,7 @@ Set to string value "auto"::
When `text` is set to "auto", the path is marked for automatic
end-of-line conversion.  If Git decides that the content is
text, its line endings are converted to LF on checkin.
-   When the file has been commited with CRLF, no conversion is done.
+   

Re: [PATCH] Spelling fixes.

2013-02-24 Thread Junio C Hamano
René Scharfe rene.scha...@lsrfire.ath.cx writes:

 Am 23.02.2013 15:31, schrieb Ville Skyttä:

 Signed-off-by: Ville Skyttä ville.sky...@iki.fi
 ---
   Documentation/RelNotes/1.7.5.4.txt |  2 +-
   Documentation/RelNotes/1.7.8.txt   |  2 +-

 Retroactively changing release notes for older versions is not worth
 it, I think.

   Documentation/RelNotes/1.8.2.txt   |  2 +-

 Fixing typos in this draft for the next release is a good idea, though.

   kwset.c|  4 ++--

   xdiff/xdiffi.c |  2 +-

 These files come from external sources and it would be nice to push
 fixes (not just for typos) upstream as well.

 René

A good suggestion.  Thanks.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Spelling fixes.

2013-02-23 Thread Ville Skyttä

Signed-off-by: Ville Skyttä ville.sky...@iki.fi
---
 Documentation/RelNotes/1.7.5.4.txt |  2 +-
 Documentation/RelNotes/1.7.8.txt   |  2 +-
 Documentation/RelNotes/1.8.2.txt   |  2 +-
 Documentation/git-credential.txt   |  2 +-
 Documentation/git-remote-ext.txt   |  2 +-
 Documentation/git-svn.txt  |  4 ++--
 Documentation/revisions.txt|  2 +-
 Documentation/technical/api-argv-array.txt |  2 +-
 Documentation/technical/api-credentials.txt|  2 +-
 Documentation/technical/api-ref-iteration.txt  |  2 +-
 builtin/apply.c|  6 +++---
 commit.c   |  2 +-
 commit.h   |  2 +-
 contrib/mw-to-git/git-remote-mediawiki.perl|  6 +++---
 contrib/mw-to-git/t/README |  6 +++---
 contrib/mw-to-git/t/install-wiki/LocalSettings.php |  2 +-
 contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh| 10 +-
 contrib/mw-to-git/t/test-gitmw-lib.sh  |  2 +-
 contrib/subtree/t/t7900-subtree.sh |  2 +-
 diff.c |  2 +-
 git-add--interactive.perl  |  2 +-
 git-cvsserver.perl |  4 ++--
 git-gui/lib/blame.tcl  |  2 +-
 git-gui/lib/index.tcl  |  2 +-
 git-gui/lib/spellcheck.tcl |  4 ++--
 git-quiltimport.sh |  2 +-
 gitweb/INSTALL |  2 +-
 gitweb/gitweb.perl |  6 +++---
 kwset.c|  4 ++--
 perl/Git.pm|  2 +-
 perl/Git/I18N.pm   |  2 +-
 perl/private-Error.pm  |  2 +-
 po/README  |  6 +++---
 po/pt_PT.po|  2 +-
 po/zh_CN.po|  2 +-
 sequencer.c|  2 +-
 t/t0022-crlf-rename.sh |  2 +-
 t/t3701-add-interactive.sh |  2 +-
 t/t4014-format-patch.sh|  6 +++---
 t/t4124-apply-ws-rule.sh   |  2 +-
 t/t6030-bisect-porcelain.sh|  2 +-
 t/t7001-mv.sh  |  8 
 t/t7004-tag.sh |  2 +-
 t/t7600-merge.sh   |  2 +-
 t/t7601-merge-pull-config.sh   |  2 +-
 t/t9001-send-email.sh  |  2 +-
 transport.h|  2 +-
 xdiff/xdiffi.c |  2 +-
 xdiff/xhistogram.c |  2 +-
 49 files changed, 72 insertions(+), 72 deletions(-)

diff --git a/Documentation/RelNotes/1.7.5.4.txt 
b/Documentation/RelNotes/1.7.5.4.txt
index cf3f455..7796df3 100644
--- a/Documentation/RelNotes/1.7.5.4.txt
+++ b/Documentation/RelNotes/1.7.5.4.txt
@@ -5,7 +5,7 @@ Fixes since v1.7.5.3
 
 
  * The single-key mode of git add -p was easily fooled into thinking
-   that it was told to add everthing ('a') when up-arrow was pressed by
+   that it was told to add everything ('a') when up-arrow was pressed by
mistake.
 
  * Setting a git command that uses custom configuration via -c var=val
diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt
index b4d90bb..7012329 100644
--- a/Documentation/RelNotes/1.7.8.txt
+++ b/Documentation/RelNotes/1.7.8.txt
@@ -9,7 +9,7 @@ Updates since v1.7.7
  * Updates to bash completion scripts.
 
  * The build procedure has been taught to take advantage of computed
-   dependency automatically when the complier supports it.
+   dependency automatically when the compiler supports it.
 
  * The date parser now accepts timezone designators that lack minutes
part and also has a colon between hh:mm.
diff --git a/Documentation/RelNotes/1.8.2.txt b/Documentation/RelNotes/1.8.2.txt
index a287f24..4e63644 100644
--- a/Documentation/RelNotes/1.8.2.txt
+++ b/Documentation/RelNotes/1.8.2.txt
@@ -17,7 +17,7 @@ preference configuration variable push.default to change 
this.
 
 git push $there tag v1.2.3 used to allow replacing a tag v1.2.3
 that already exists in the repository $there, if the rewritten tag
-you are pushing points at a commit that is a decendant of a commit
+you are pushing points at a commit that is a descendant of a commit
 that the old tag v1.2.3 points at.  This was found to be error prone
 and starting with this release, any attempt to update an existing
 ref under refs/tags/ hierarchy will fail, without --force.
diff --git 

Re: [PATCH] Spelling fixes.

2013-02-23 Thread Duy Nguyen
On Sat, Feb 23, 2013 at 9:31 PM, Ville Skyttä ville.sky...@iki.fi wrote:
  49 files changed, 72 insertions(+), 72 deletions(-)

I know I make spelling mistakes on daily basis, but I did not know we
made so many. Changes in the test suite and non-contrib *.[ch] look
good.
-- 
Duy
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Spelling fixes.

2013-02-23 Thread René Scharfe

Am 23.02.2013 15:31, schrieb Ville Skyttä:


Signed-off-by: Ville Skyttä ville.sky...@iki.fi
---
  Documentation/RelNotes/1.7.5.4.txt |  2 +-
  Documentation/RelNotes/1.7.8.txt   |  2 +-


Retroactively changing release notes for older versions is not worth it, 
I think.



  Documentation/RelNotes/1.8.2.txt   |  2 +-


Fixing typos in this draft for the next release is a good idea, though.


  kwset.c|  4 ++--



  xdiff/xdiffi.c |  2 +-


These files come from external sources and it would be nice to push 
fixes (not just for typos) upstream as well.


René


--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html