about summary refs log tree commit diff
path: root/manual/creature.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-22 09:00:35 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-22 09:00:35 +0000
commit49c091e52398a34f976421a72ecfc546c19ff903 (patch)
treef9d0930c78ca46be36094eafa3c1f7a9de405d80 /manual/creature.texi
parent384cbe9b1e8e1e3a898994fb07506d072c67b247 (diff)
downloadglibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.gz
glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.xz
glibc-49c091e52398a34f976421a72ecfc546c19ff903.zip
Update.
2000-02-22  Ulrich Drepper  <drepper@redhat.com>

	* locales/mk_MK: New file.
	Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
	* SUPPORTED: Add mk_MK ISO-8859-1.
Diffstat (limited to 'manual/creature.texi')
-rw-r--r--manual/creature.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/creature.texi b/manual/creature.texi
index 88478a2ef2..bb7f730915 100644
--- a/manual/creature.texi
+++ b/manual/creature.texi
@@ -26,10 +26,10 @@ functions with names that smaller ones reserve to the user program.  This
 is not mere pedantry --- it has been a problem in practice.  For instance,
 some non-GNU programs define functions named @code{getline} that have
 nothing to do with this library's @code{getline}.  They would not be
-compilable if all features were enabled indescriminantly.
+compilable if all features were enabled indiscriminately.
 
 This should not be used to verify that a program conforms to a limited
-standard.  It is insufficent for this purpose, as it will not protect you
+standard.  It is insufficient for this purpose, as it will not protect you
 from including header files outside the standard, or relying on semantics
 undefined within the standard.