summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-09 18:49:18 +0100
committerBastien Guerry <bzg@altern.org>2011-01-09 18:49:18 +0100
commitd7008e6c7939a5814d6e79685707b7578012fc59 (patch)
treec3cdc69259623c5a7d167874743de4df365a7623
parentbf8a359d986f32df308f699a18024873bbb995c0 (diff)
downloadorg-mode-d7008e6c7939a5814d6e79685707b7578012fc59.tar.gz
Makefile: fix some typos.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 00742ea..f8a2c5d 100644
--- a/Makefile
+++ b/Makefile
@@ -299,7 +299,7 @@ testrelease:
git checkout master
git branch -D testrelease
-# The following target makes a full release fro the stuff that is
+# The following target makes a full release for the stuff that is
# currently on master. Do it like this:
#
# make release TAG=7.01
@@ -323,7 +323,7 @@ release:
git push
make updateweb
-# The following target makes a release, but from the studd that is on
+# The following target makes a release, but from the stuff that is on
# maint, not from the stuff that is on master. The idea is that it pushes
# out a minor fix into a minor update, while development on master
# already went full steam ahead. To make a micro-relesse, cherry-pick