From ba1fb3a1edceb2c65623c1dabf218e2fb6d4ff5a Mon Sep 17 00:00:00 2001
From: Mark McGranaghan
Date: Tue, 27 Dec 2016 07:12:30 -0800
Subject: [PATCH] Fix typo in command-line-flags
Closes #146.
---
examples/command-line-flags/command-line-flags.sh | 2 +-
public/command-line-flags | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/command-line-flags/command-line-flags.sh b/examples/command-line-flags/command-line-flags.sh
index 894d26c..d8fb754 100644
--- a/examples/command-line-flags/command-line-flags.sh
+++ b/examples/command-line-flags/command-line-flags.sh
@@ -49,7 +49,7 @@ Usage of ./command-line-flags:
# If you provide a flag that wasn't specified to the
# `flag` package, the program will print an error message
-# an show the help text again.
+# and show the help text again.
$ ./command-line-flags -wat
flag provided but not defined: -wat
Usage of ./command-line-flags:
diff --git a/public/command-line-flags b/public/command-line-flags
index 63f0689..5271740 100644
--- a/public/command-line-flags
+++ b/public/command-line-flags
@@ -279,7 +279,7 @@ generated help text for the command-line program.
If you provide a flag that wasn’t specified to the
flag package, the program will print an error message
-an show the help text again.
+and show the help text again.
|
|