summaryrefslogtreecommitdiff
path: root/nss/test-netdb.c
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 /nss/test-netdb.c
parent384cbe9b1e8e1e3a898994fb07506d072c67b247 (diff)
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 'nss/test-netdb.c')
-rw-r--r--nss/test-netdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nss/test-netdb.c b/nss/test-netdb.c
index dae4fad942..01056a69d7 100644
--- a/nss/test-netdb.c
+++ b/nss/test-netdb.c
@@ -41,7 +41,7 @@
#include "nss.h"
/*
- The following define is neccessary for glibc 2.0.6
+ The following define is necessary for glibc 2.0.6
*/
#ifndef INET6_ADDRSTRLEN
# define INET6_ADDRSTRLEN 46
@@ -362,9 +362,9 @@ main (void)
test_services ();
if (error_count)
- printf ("\n %d errors occured!\n", error_count);
+ printf ("\n %d errors occurred!\n", error_count);
else
- printf ("No visible errors occured!\n");
+ printf ("No visible errors occurred!\n");
exit (error_count);
}