diff options
author | Noah Slater <nslater@apache.org> | 2008-09-22 20:19:30 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-09-22 20:19:30 +0000 |
commit | 41634bcfc22171af40042c99fd1324cbaf081a8a (patch) | |
tree | 822953fe712eeaac5e5c433246a273f64d1c4477 /bin | |
parent | 3cbb3a00d50acc3fabd597f9486a85713afe3c3a (diff) | |
download | couchdb-41634bcfc22171af40042c99fd1324cbaf081a8a.tar.gz |
corrected spelling
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@697973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index feb3c349e..f0563f711 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -54,7 +54,7 @@ couchjs: couchjs.tpl HELP2MAN_OPTION=--no-info --help-option="-h" --version-option="-V" -# XXX: Because the scripts are made at bulid time for the user we need to +# XXX: Because the scripts are made at build time for the user we need to # XXX: depend on the original templates so as not to cause the rebuilding of # XXX: the man pages. |