summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-03-10 11:00:39 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:14 +0200
commit7a1b5e7dfce7880afddd4f0ac540ab9ad7ba5681 (patch)
tree82dceae03dd7c1484705dd2da8aaa1c217f9c2c3
parent89a3647760ae0c42866b5e44eab63676adcd4c42 (diff)
* doc/Makefrag.am: Fix typo.
-rw-r--r--ChangeLog4
-rw-r--r--doc/Makefrag.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5039840..c81419a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * doc/Makefrag.am: Fix typo.
+
2008-03-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/locore.S (syscall): Clear direction flag at entry.
diff --git a/doc/Makefrag.am b/doc/Makefrag.am
index 654611e..4cc44cc 100644
--- a/doc/Makefrag.am
+++ b/doc/Makefrag.am
@@ -107,7 +107,7 @@ $(srcdir)/doc/version.texi: $(srcdir)/doc/stamp-vti
@if test -d $(web); then :; \
elif grep -q :ext: $(top_srcdir)/CVS/Root 2> /dev/null; then \
echo "*** As it seems that you'd be allowed to check in the" \
- "possible resulting fixes, you may cosider running" \
+ "possible resulting fixes, you may consider running" \
" \`make $(web)' to get a checkout of the web pages of the" \
"GNU Mach manual and have possible changes installed into" \
"\`$(web)/', ready for checking them in in there." && \