summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-12-08 17:38:13 +0700
committerGary V. Vaughan <gary@gnu.org>2011-12-08 17:39:40 +0700
commitf7bd6bd9ccc54a061702b66d3fe9da4fdadcd2fc (patch)
tree2f2e93232bd84592741c5d0ca48d8fe689404dcf
parentccd0cea1a598f59287e97f2dbc0204f04965d004 (diff)
downloadlibtool-f7bd6bd9ccc54a061702b66d3fe9da4fdadcd2fc.tar.gz
tests: s/snippit/snippet/.
* tests/demo/foo.h, tests/pdemo/foo.h: Spell `snippet' correctly. Reported by Stefano Lattarini. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--tests/demo/foo.h2
-rw-r--r--tests/pdemo/foo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/demo/foo.h b/tests/demo/foo.h
index 5609d8d3..9ee7f2ec 100644
--- a/tests/demo/foo.h
+++ b/tests/demo/foo.h
@@ -27,7 +27,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
#define _FOO_H_ 1
/* At some point, cygwin will stop defining __CYGWIN32__, but b19 and
- * earlier do not define __CYGWIN__. This snippit allows us to check
+ * earlier do not define __CYGWIN__. This snippet allows us to check
* for __CYGWIN__ reliably for both current, old, and (probable) future
* releases.
*/
diff --git a/tests/pdemo/foo.h b/tests/pdemo/foo.h
index 2f666f36..18437836 100644
--- a/tests/pdemo/foo.h
+++ b/tests/pdemo/foo.h
@@ -27,7 +27,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
#define _FOO_H_ 1
/* At some point, cygwin will stop defining __CYGWIN32__, but b19 and
- * earlier do not define __CYGWIN__. This snippit allows us to check
+ * earlier do not define __CYGWIN__. This snippet allows us to check
* for __CYGWIN32__ reliably for both old and (probable) future releases.
*/
#ifdef __CYGWIN__