summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-07 16:07:42 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-07 16:07:42 +0000
commit98fd99841832353e0e8475953d5954494e87adcb (patch)
tree21887f871914abe0dd9396e2d8b867526c332699 /README
parent15fadde97db3cd15e6f158c4ed8ab6ccce382931 (diff)
typos. Reported by Ingo Schwarze. Thanks.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 07848cd97..17c663921 100644
--- a/README
+++ b/README
@@ -133,7 +133,7 @@ o Cleaning in packages managed by autotools
One common problem when building xenocara is the case where the obj
directory didn't exist (or the symbolic link pointed to a non-existent
-directort) when the source was first build. After fixing this problem,
+directory) when the source was first built. After fixing this problem,
'configure' will refuse to work in the obj dir, because the source
is already configured.
@@ -153,10 +153,10 @@ or from the root of the xenocara tree:
make obj
make build
-for more desesperate cases, remove all files from XSRCDIR not in CVS:
+for more desperate cases, remove all files from XSRCDIR not in CVS:
cd XSRCDIR
cvs -q update -PAd -I - | awk '$1=="?" {print $2}' | xargs rm -f
--
-$OpenBSD: README,v 1.15 2007/04/07 13:35:06 matthieu Exp $
+$OpenBSD: README,v 1.16 2007/04/07 16:07:41 matthieu Exp $