summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2014-01-26 16:16:03 +0100
committerrofl0r <retnyg@gmx.net>2014-01-26 16:16:03 +0100
commit85d2a7eac0836c21774765bc25cec0bc7a9efd11 (patch)
tree52a47ef312f09421067f3b9e80fbcffa7cc53c53 /include
parent9deb9f9a5d0d0236dc2586d3727725591e77fd4c (diff)
downloadgettext-tiny-85d2a7eac0836c21774765bc25cec0bc7a9efd11.tar.gz
whitespace cleanup
Diffstat (limited to 'include')
-rw-r--r--include/libintl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libintl.h b/include/libintl.h
index ce5f58e..15fb5bf 100644
--- a/include/libintl.h
+++ b/include/libintl.h
@@ -18,7 +18,7 @@ char *bindtextdomain(const char *domainname, const char *dirname);
#ifndef LIBINTL_NO_MACROS
/* if these macros are defined, configure checks will detect libintl as
* built into the libc because test programs will work without -lintl.
- * for example:
+ * for example:
* checking for ngettext in libc ... yes
* the consequence is that -lintl will not be added to the LDFLAGS.
* so if for some reason you want that libintl.a gets linked,