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>
This commit is contained in:
Gary V. Vaughan 2011-12-08 17:38:13 +07:00
parent 0c953ba5cc
commit a2445f0fdb
2 changed files with 2 additions and 2 deletions

View 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.
*/

View 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__