mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
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:
parent
0c953ba5cc
commit
a2445f0fdb
@ -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.
|
||||
*/
|
||||
|
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user