File: 0003_fix_typo_undo_c.patch

package info (click to toggle)
ng 1.5~beta1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,164 kB
  • sloc: ansic: 44,018; asm: 3,150; sh: 2,539; cpp: 1,234; makefile: 578
file content (11 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- a/undo.c
+++ b/undo.c
@@ -52,7 +52,7 @@
 register BUFFER *bp;
 {
     if (undoptr != NULL)
-	panic("bug: ublock openning error");
+	panic("bug: ublock opening error");
     undoptr = undostart = &bp->b_ustack[bp->b_utop];
     undobefore = bp->b_ulast;
     if ((curbp->b_flag&BFCHG) == 0)	/* First change	*/