Skip to content

Commit daf6c2e

Browse files
Mikachuspearce
authored andcommitted
Fix a few typos in relnotes
Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent e261cf9 commit daf6c2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/RelNotes-1.6.0.3.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Fixes since v1.6.0.2
5353
* Stale temporary files under $GIT_DIR/objects/pack are now cleaned up
5454
automatically by "git prune".
5555

56-
* "git merge" once agrain removes directories after the last file has
56+
* "git merge" once again removes directories after the last file has
5757
been removed from it during the merge.
5858

5959
* "git blame -C -C" no longer segfaults while trying to pass blame if
@@ -68,10 +68,10 @@ Fixes since v1.6.0.2
6868
* The "git commit" error message when there are still unmerged
6969
files present was clarified to match "git write-tree".
7070

71-
* Some segfaults due to uncaught NULL pointers were fixed multiple
71+
* Some segfaults due to uncaught NULL pointers were fixed in multiple
7272
tools such as apply, reset, update-index.
7373

74-
* Solaris bulds now default to OLD_ICONV=1 to avoid compile warnings.
74+
* Solaris builds now default to OLD_ICONV=1 to avoid compile warnings.
7575

7676
* "Git.pm" tests relied on unnecessarily more recent version of Perl.
7777

@@ -80,7 +80,7 @@ Fixes since v1.6.0.2
8080
* "gitweb" triggered undef warnings on missing trees.
8181

8282
* "gitweb" now removes PATH_INFO from its URLs so users don't have
83-
to manually set the url in the gitweb configuration.
83+
to manually set the URL in the gitweb configuration.
8484

8585
* Bash completion removed support for legacy "git-fetch", "git-push"
8686
and "git-pull" as these are no longer installed. Dashless form

0 commit comments

Comments
 (0)