Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/robots Typo fix in unknown option message (from Malcol...



details:   https://anonhg.NetBSD.org/src/rev/c0e1145fcd0e
branches:  trunk
changeset: 480777:c0e1145fcd0e
user:      jsm <jsm%NetBSD.org@localhost>
date:      Wed Jan 19 19:19:43 2000 +0000

description:
Typo fix in unknown option message (from Malcolm Parsons
<malcolm%bits.bris.ac.uk@localhost>).

diffstat:

 games/robots/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 70368a1c33da -r c0e1145fcd0e games/robots/main.c
--- a/games/robots/main.c       Wed Jan 19 19:02:27 2000 +0000
+++ b/games/robots/main.c       Wed Jan 19 19:19:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.13 2000/01/19 19:02:27 jsm Exp $    */
+/*     $NetBSD: main.c,v 1.14 2000/01/19 19:19:43 jsm Exp $    */
 
 /*
  * Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: main.c,v 1.13 2000/01/19 19:02:27 jsm Exp $");
+__RCSID("$NetBSD: main.c,v 1.14 2000/01/19 19:19:43 jsm Exp $");
 #endif
 #endif /* not lint */
 
@@ -126,7 +126,7 @@
                                                break;
                                          
                                          default:
-                                               fprintf(stderr, "robots: uknown option: %c\n", *sp);
+                                               fprintf(stderr, "robots: unknown option: %c\n", *sp);
                                                bad_arg = TRUE;
                                                break;
                                        }



Home | Main Index | Thread Index | Old Index