summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-04-30 15:37:03 +0200
committerPaul Smith <psmith@gnu.org>2013-05-05 20:50:37 -0400
commit13f13b96b3182cf7569b98c6235675af11a6a3de (patch)
tree10ffc8fa2b712c287158a297ab5566a8925dfe93 /main.c
parentc3cd78066c10b213b98cd28459d9971f7809bc81 (diff)
downloadgunmake-13f13b96b3182cf7569b98c6235675af11a6a3de.tar.gz
cosmetics: fix few innocuous typos
Most of these were found using Lucas De Marchi's 'codespell' tool. * ChangeLog: Fix minor typos. * ChangeLog.2: Likewise. * README.Amiga: Likewise. * TODO.private: Likewise. * function.c: Likewise. * glob/glob.h: Likewise. * job.c: Likewise. * main.c: Likewise. * readme.vms: Likewise. * remake.c: Likewise. * tests/ChangeLog: Likewise. * tests/NEWS: Likewise. * tests/README: Likewise. * tests/scripts/variables/private: Likewise. * vmsdir.h: Likewise. * signame.c: Likewise. While at it, improve line wrapping in the touched comment. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index f954b3c..49f466c 100644
--- a/main.c
+++ b/main.c
@@ -825,7 +825,7 @@ handle_runtime_exceptions( struct _EXCEPTION_POINTERS *exinfo )
/*
* On WIN32 systems we don't have the luxury of a /bin directory that
* is mapped globally to every drive mounted to the system. Since make could
- * be invoked from any drive, and we don't want to propogate /bin/sh
+ * be invoked from any drive, and we don't want to propagate /bin/sh
* to every single drive. Allow ourselves a chance to search for
* a value for default shell here (if the default path does not exist).
*/
@@ -1272,7 +1272,7 @@ main (int argc, char **argv, char **envp)
}
#ifdef WINDOWS32
/* If we didn't find a correctly spelled PATH we define PATH as
- * either the first mispelled value or an empty string
+ * either the first misspelled value or an empty string
*/
if (!unix_path)
define_variable_cname ("PATH", windows32_path ? windows32_path : "",