File: lintianspell.diff

package info (click to toggle)
speech-tools 1%3A2.5.0-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,040 kB
  • sloc: cpp: 67,350; ansic: 12,174; sh: 4,055; java: 3,748; makefile: 1,106; lisp: 711; perl: 396; awk: 85; xml: 9
file content (16 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Correct a spelling error flagged by lintian
Author: Peter Drysdale <drysdalepete@gmail.com>
Forwarded: https://github.com/festvox/speech_tools/pull/4
Applied-Upstream: https://github.com/festvox/speech_tools/pull/4/commits/3d03c8ad98f0dad56e4064b70c5715b4f494fbfb

--- a/siod/slib.cc
+++ b/siod/slib.cc
@@ -626,7 +626,7 @@
 void err_stack(char *ptr)
      /* The user could be given an option to continue here */
 {(void)ptr;
- err("the currently assigned stack limit has been exceded",NIL);}
+ err("the currently assigned stack limit has been exceeded",NIL);}
 
 LISP stack_limit(LISP amount,LISP silent)
 {if NNULLP(amount)