From b8e41cfa551ec82b19e11b2e31c7e1cc7f831111 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 4 Jul 2018 21:11:27 +0200 Subject: [PATCH] typos --- gash/bournish-commands.scm | 2 +- gash/gash.scm | 4 ++-- gash/guix-build-utils.scm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gash/bournish-commands.scm b/gash/bournish-commands.scm index b87bdb0..1c1ae52 100644 --- a/gash/bournish-commands.scm +++ b/gash/bournish-commands.scm @@ -1,4 +1,4 @@ -;;; Gash -- Guile As Shell +;;; Gash -- Guile As SHell ;;; Copyright © 2016, 2017 Ludovic Courtès ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2017 Ricardo Wurmus diff --git a/gash/gash.scm b/gash/gash.scm index 3f23b4a..08fb694 100644 --- a/gash/gash.scm +++ b/gash/gash.scm @@ -250,8 +250,8 @@ copyleft. (display "\ Hello, this is gash, Guile As SHell. -Gash is work in progress; many language constructs work, pipes work, -some redirections work. +Gash is work in progress; many language constructs work, globbing +mostly works, pipes work, some redirections work. ") (when (or %prefer-builtins? (not (PATH-search-path "ls"))) (display "\nIt features the following, somewhat naive builtin commands\n") diff --git a/gash/guix-build-utils.scm b/gash/guix-build-utils.scm index 896cc6d..002e43b 100644 --- a/gash/guix-build-utils.scm +++ b/gash/guix-build-utils.scm @@ -1,4 +1,4 @@ -;;; Gash -- Guile As Shell +;;; Gash -- Guile As SHell ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès ;;; Copyright © 2013 Andreas Enge ;;; Copyright © 2013 Nikita Karetnikov