summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2008-01-05 04:25:32 +0100
committerJoey Hess <joey@kodama.kitenet.net>2008-01-05 00:41:51 -0500
commitae971fbeb5062f76eb335dfb8da166f319854dfd (patch)
tree281758c9bdc6cf7d96e726b41a2ed67774294787
parentd60dc2d4fa80729a9f39601fab41296b02ac598f (diff)
Fix two typo in README.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 5a81d98..2a44fab 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ storage, empty directories, and special files.
git and mercurial have only limited tracking of file metadata, being able
to track the executable bit, but not other permissions or owner info. So
-file metadata storage is handled by `metastore`. Amoung other chores,
+file metadata storage is handled by `metastore`. Among other chores,
`etckeeper init` sets up a `pre-commit` hook that uses `metastore` to store
metadata about file owners, permissions, and even extended attributes into
a `/etc/.metadata` file. This metadata is stored in git along with
@@ -176,7 +176,7 @@ Two blog posts provided inspiration for techniques used by etckeeper:
[isisetup][2] has some of the same aims as etckeeper, however, unlike it,
etckeeper does not aim to be a git porcelain with its own set of commands
for manipulating the /etc repository. Instead, etckeeper provides a simple
-setup procedure and hooks for setting up an /etc repsository, and then gets
+setup procedure and hooks for setting up an /etc repository, and then gets
out of your way; you manage the repository using regular git commands.
[2]: http://www.isisetup.ch/