Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/gpt Spelling
details: https://anonhg.NetBSD.org/src/rev/323340d053fd
branches: trunk
changeset: 359493:323340d053fd
user: sevan <sevan%NetBSD.org@localhost>
date: Tue Feb 13 00:34:11 2018 +0000
description:
Spelling
diffstat:
sbin/gpt/gpt.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 6a75daa62e26 -r 323340d053fd sbin/gpt/gpt.c
--- a/sbin/gpt/gpt.c Mon Feb 12 23:11:00 2018 +0000
+++ b/sbin/gpt/gpt.c Tue Feb 13 00:34:11 2018 +0000
@@ -35,7 +35,7 @@
__FBSDID("$FreeBSD: src/sbin/gpt/gpt.c,v 1.16 2006/07/07 02:44:23 marcel Exp $");
#endif
#ifdef __RCSID
-__RCSID("$NetBSD: gpt.c,v 1.73 2017/09/07 10:23:33 christos Exp $");
+__RCSID("$NetBSD: gpt.c,v 1.74 2018/02/13 00:34:11 sevan Exp $");
#endif
#include <sys/param.h>
@@ -1165,7 +1165,7 @@
if (strcmp(gpt_attr[i].name, ptr) == 0)
break;
if (i == __arraycount(gpt_attr)) {
- gpt_warnx(gpt, "Unregognized attribute `%s'", ptr);
+ gpt_warnx(gpt, "Unrecognized attribute `%s'", ptr);
rv = -1;
} else
*attributes |= gpt_attr[i].mask;
Home |
Main Index |
Thread Index |
Old Index