summaryrefslogtreecommitdiff
path: root/m4/ax_cvs.m4
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:07:51 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:07:51 +0000
commit9c829a224a3ac18098b3ba92a48b751d10bb7e7b (patch)
treeecd7fa89777363fbe4f3682fb86a67c3a0366245 /m4/ax_cvs.m4
parent4a594b348115c0990e396c8ff0b9ae99d6c3a14f (diff)
downloadautoconf-archive-9c829a224a3ac18098b3ba92a48b751d10bb7e7b.tar.gz
spelling: directory
Diffstat (limited to 'm4/ax_cvs.m4')
-rw-r--r--m4/ax_cvs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_cvs.m4 b/m4/ax_cvs.m4
index 465d5c5..d8b4719 100644
--- a/m4/ax_cvs.m4
+++ b/m4/ax_cvs.m4
@@ -67,7 +67,7 @@
# performs a cvs update, followed by a distcheck, then
# creates a release for the current version, increaments
# the point release number and checks out the release
-# into a new direcory
+# into a new directory
#
# make quick-release
#
@@ -465,7 +465,7 @@ inc_rel:
tag: do_tag inc_rel
# creates a release for the current version, increaments the point
-# release number and checkout the release into a new direcory
+# release number and checkout the release into a new directory
release: update distcheck add_rel tag
# same as release, but distcheck is not performed before releasing