bug-mes
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mes] Fix typo and update FSF address


From: Vagrant Cascadian
Subject: [bug-mes] Fix typo and update FSF address
Date: Tue, 11 Jun 2019 00:02:31 -0700

Attached are two fixes for minor issues:

* update typo for "evaluate" in boot-0.scm
* update getopt.c with the current FSF address

live well,
  vagrant

From 561f46da711e974c966c607c6e1adf255b5d91e4 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <address@hidden>
Date: Mon, 10 Jun 2019 23:53:31 -0700
Subject: [PATCH 1/2] getopt.c: Update address of Free Software Foundation.

---
 lib/posix/getopt.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/posix/getopt.c b/lib/posix/getopt.c
index 1a9d30d7..86eb25ff 100644
--- a/lib/posix/getopt.c
+++ b/lib/posix/getopt.c
@@ -14,7 +14,9 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA
+*/

 
 #include <stdio.h>
-- 
2.20.1

From ba94e2f93f1f51ae8d215217df45d6cc90e08389 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <address@hidden>
Date: Mon, 10 Jun 2019 23:56:04 -0700
Subject: [PATCH 2/2] boot-0: Fix spelling of "evaluate"

---
 mes/module/mes/boot-0.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mes/module/mes/boot-0.scm b/mes/module/mes/boot-0.scm
index fc1e1d11..671c786f 100644
--- a/mes/module/mes/boot-0.scm
+++ b/mes/module/mes/boot-0.scm
@@ -237,7 +237,7 @@
 Evaluate code with Mes, interactively or from a script.
 
   [-s] FILE            load source code from FILE, and exit
-  -c EXPR              evalute expression EXPR, and exit
+  -c EXPR              evaluate expression EXPR, and exit
   --                   stop scanning arguments; run interactively
 
 The above switches stop argument processing, and pass all
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]