]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: s/snippit/snippet/.
authorGary V. Vaughan <gary@gnu.org>
Thu, 8 Dec 2011 10:38:13 +0000 (17:38 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 8 Dec 2011 10:39:40 +0000 (17:39 +0700)
* tests/demo/foo.h, tests/pdemo/foo.h: Spell `snippet' correctly.
Reported by Stefano Lattarini.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
tests/demo/foo.h
tests/pdemo/foo.h

index 5609d8d3800191f99189e37d72732ea2da001964..9ee7f2ec741e72820b5efc5ef7224e8dfdd09263 100644 (file)
@@ -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.
  */
index 2f666f36affd68d7bc5459f0eafa77b3bd7315d2..18437836ad17a012749456ea730b3a98b765252c 100644 (file)
@@ -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__