Module Name:    src
Committed By:   msaitoh
Date:           Fri Dec 27 10:20:02 UTC 2019

Modified Files:
        src/sys/arch/epoc32/stand/e32boot/ldd: ekern.h
        src/usr.bin/spell: TODO
        src/usr.sbin/rpc.pcnfsd: pcnfsd_print.c

Log Message:
s/orignal/original/


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/spell/TODO
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/rpc.pcnfsd/pcnfsd_print.c

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

Modified files:

Index: src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h
diff -u src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h:1.1 src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h:1.2
--- src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h:1.1	Sun Apr 28 12:11:27 2013
+++ src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h	Fri Dec 27 10:20:01 2019
@@ -53,7 +53,7 @@ protected: IMPORT_C virtual void foo6(){
 
 
 /*
- * DLogicalDevice is probaly derived from CObject as the orignal Arlo
+ * DLogicalDevice is probaly derived from CObject as the original Arlo
  * calls SetName from Install
  */
 class DLogicalDevice : public CObject

Index: src/usr.bin/spell/TODO
diff -u src/usr.bin/spell/TODO:1.1 src/usr.bin/spell/TODO:1.2
--- src/usr.bin/spell/TODO:1.1	Wed Jun 29 21:06:12 2005
+++ src/usr.bin/spell/TODO	Fri Dec 27 10:20:01 2019
@@ -1,4 +1,4 @@
-	$NetBSD: TODO,v 1.1 2005/06/29 21:06:12 perry Exp $
+	$NetBSD: TODO,v 1.2 2019/12/27 10:20:01 msaitoh Exp $
 
 Things to do with spell(1)
 
@@ -15,7 +15,7 @@ e) The way this works is bad. All the ru
    spelling, suffixes, etc, are hard-coded in. That made sense in v7,
    but it doesn't any more.
 f) The word search algorithm might be made better. millert turned it
-   into a binary search from the orignal hash mechanism.
+   into a binary search from the original hash mechanism.
 g) Also, the general mode that this program works in is VERY 1970s --
    it just spits out a list of words that are misspelled without
    context. By merging spell and spellprog, and doing a wee bit of

Index: src/usr.sbin/rpc.pcnfsd/pcnfsd_print.c
diff -u src/usr.sbin/rpc.pcnfsd/pcnfsd_print.c:1.14 src/usr.sbin/rpc.pcnfsd/pcnfsd_print.c:1.15
--- src/usr.sbin/rpc.pcnfsd/pcnfsd_print.c:1.14	Tue Jan 23 21:06:25 2018
+++ src/usr.sbin/rpc.pcnfsd/pcnfsd_print.c	Fri Dec 27 10:20:02 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcnfsd_print.c,v 1.14 2018/01/23 21:06:25 sevan Exp $	*/
+/*	$NetBSD: pcnfsd_print.c,v 1.15 2019/12/27 10:20:02 msaitoh Exp $	*/
 
 /* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_print.c 1.7 92/01/24 19:58:58 SMI */
 /*
@@ -329,7 +329,7 @@ pr_start2(char *sys, char *pr, char *use
 	if (!xcmd) {
 #ifdef	SVR4
 		/*
-			 * Use the copy option so we can remove the orignal
+			 * Use the copy option so we can remove the original
 			 * spooled nfs file from the spool directory.
 			 */
 		snprintf(cmdbuf, sizeof(cmdbuf), "/usr/bin/lp -c -d%s %s",

Reply via email to