From 3a691aa7ac1bc6d57376f71d22125873d96026e9 Mon Sep 17 00:00:00 2001
From: Mark McGranaghan <mmcgrana@gmail.com>
Date: Thu, 11 Oct 2012 11:08:38 -0700
Subject: [PATCH] more for #4

---
 examples/signals/signals.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/signals/signals.sh b/examples/signals/signals.sh
index 6fd2581..78b5570 100644
--- a/examples/signals/signals.sh
+++ b/examples/signals/signals.sh
@@ -1,6 +1,6 @@
 # When we run this program it will block waiting for a
 # signal. By typing `ctrl-C` (which the
-# terminal shows as `^C`) we cand send a `SIGINT` signal,
+# terminal shows as `^C`) we can send a `SIGINT` signal,
 # causing the program to print `interrupt` and then exit.
 $ go run signals.go
 awaiting signal