From 28ea6e64e303e990e1e7d0538e9f17e4dae2ae68 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 5 Mar 2018 00:16:04 -0500 Subject: [PATCH] Typos --- demos/tex/src/conclusions.ltx | 4 ++-- playground/stale_files/wscript | 2 +- utils/launcher/waf-launcher/Main.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/tex/src/conclusions.ltx b/demos/tex/src/conclusions.ltx index 119cdaa0..e66a340b 100644 --- a/demos/tex/src/conclusions.ltx +++ b/demos/tex/src/conclusions.ltx @@ -1,6 +1,6 @@ \section{Conclusions} Hopefully, the text will create a sensible PostScript or \acronym{PDF} document. That choice is -made in the wscript file in this directory. It perhas needs making into a command line option. -Also there should be the possiblity of making both PostScript and \acronym{PDF} on the same run +made in the wscript file in this directory. It perhaps needs making into a command line option. +Also there should be the possibility of making both PostScript and \acronym{PDF} on the same run -- at least if generating \acronym{PDF} from \acronym{DVI}. diff --git a/playground/stale_files/wscript b/playground/stale_files/wscript index 6e9dd86d..4b07637e 100644 --- a/playground/stale_files/wscript +++ b/playground/stale_files/wscript @@ -4,7 +4,7 @@ """ See waflib/extras/stale.py for more information. -Do not forget to reconfigure the proect after changing "configure" below +Do not forget to reconfigure the project after changing "configure" below """ VERSION='0.0.1' diff --git a/utils/launcher/waf-launcher/Main.cs b/utils/launcher/waf-launcher/Main.cs index 640402be..1f76e7c5 100644 --- a/utils/launcher/waf-launcher/Main.cs +++ b/utils/launcher/waf-launcher/Main.cs @@ -22,7 +22,7 @@ namespace waflauncher public static int Main (string[] args) { - //I run waf and if not succesful we try on-the-fly install of python + //I run waf and if not successful we try on-the-fly install of python if(!runWaf(args)){ //but first we ask the user if it's okay to install software on their computer if(mayInstall()){