Spelling fixes in README.
authorZack Brown <zbrown@tumblerings.org>
Mon, 25 Apr 2005 21:28:33 +0000 (14:28 -0700)
committerPetr Baudis <xpasky@machine.sinus.cz>
Wed, 11 May 2005 00:08:53 +0000 (02:08 +0200)
Signed-off-by: Zack Brown <zbrown@tumblerings.org>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
README
diff --git a/README b/README
index 250093063f5703f3ab02251de513d6203bf7f414..916d43ed4f4b93b2b109aa4249dbea079380c92e 100644 (file)
--- a/README
+++ b/README
@@ -95,7 +95,7 @@ The object types in some more detail:
        In particular, since the blob is entirely defined by its data,
        if two files in a directory tree (or in multiple different
        versions of the repository) have the same contents, they will
        In particular, since the blob is entirely defined by its data,
        if two files in a directory tree (or in multiple different
        versions of the repository) have the same contents, they will
-       share the same blob object. The object is toally independent
+       share the same blob object. The object is totally independent
        of it's location in the directory tree, and renaming a file does
        not change the object that file is associated with in any way.
 
        of it's location in the directory tree, and renaming a file does
        not change the object that file is associated with in any way.
 
@@ -322,7 +322,7 @@ main combinations:
        changes in your working directory (i.e. "update-cache").
 
        However, if you decide to jump to a new version, or check out
        changes in your working directory (i.e. "update-cache").
 
        However, if you decide to jump to a new version, or check out
-       somebody elses version, or just restore a previous tree, you'd
+       somebody else's version, or just restore a previous tree, you'd
        populate your index file with read-tree, and then you need to
        check out the result with
 
        populate your index file with read-tree, and then you need to
        check out the result with