Module Name:    src
Committed By:   njoly
Date:           Wed May 11 19:06:46 UTC 2011

Modified Files:
        src/tests/lib/libc/gen: t_getgrent.c

Log Message:
Typo in error message.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_getgrent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/gen/t_getgrent.c
diff -u src/tests/lib/libc/gen/t_getgrent.c:1.1 src/tests/lib/libc/gen/t_getgrent.c:1.2
--- src/tests/lib/libc/gen/t_getgrent.c:1.1	Tue Apr  5 06:15:31 2011
+++ src/tests/lib/libc/gen/t_getgrent.c	Wed May 11 19:06:45 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_getgrent.c,v 1.1 2011/04/05 06:15:31 jruoho Exp $ */
+/*	$NetBSD: t_getgrent.c,v 1.2 2011/05/11 19:06:45 njoly Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_getgrent.c,v 1.1 2011/04/05 06:15:31 jruoho Exp $");
+__RCSID("$NetBSD: t_getgrent.c,v 1.2 2011/05/11 19:06:45 njoly Exp $");
 
 #include <sys/wait.h>
 
@@ -96,7 +96,7 @@
 		j++;
 
 	if (i != j)
-		atf_tc_fail("sequantial getgrent(3) failed");
+		atf_tc_fail("sequential getgrent(3) failed");
 
 	/*
 	 * Close the database and reopen it.

Reply via email to