updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / ocs / fix-typos.patch
blob49b10168981110b3836fd2d707e89a2e11e32869
1 Description: Fix typos.
2 Author: Benjamin Drung <bdrung@debian.org>
4 --- a/src/browser/BrCommands.impl
5 +++ b/src/browser/BrCommands.impl
6 @@ -36,7 +36,7 @@
7 DEF desc12 == "12 C-c C-b i Anzeige der Importe aus der Struktur am Cursor"
8 DEF com12(IO,Args) ==
9 LET OptName == name(Args)(name?)
10 - IN IF OptName nil? THEN %("Name: error, name not avaliable")
11 + IN IF OptName nil? THEN %("Name: error, name not available")
12 ELSE LET SeqPair== com12a(IO,Args)(OptName cont)
13 SortSeq == (\\A.(A 1st)++(A 2nd))*
14 (msort(\\A,B.(A 1st)<(B 1st))(SeqPair))
15 @@ -72,7 +72,7 @@
16 Str2 == IF Large? THEN "\n"
17 ELSE ""! FI
18 IN(&(Str1,"\tONLY"++Str2++SeqName))::Seq),<>)(SeqPair)
19 - IN IF OptLevel nil? THEN %(&("Name: error, level not avaliable",""))
20 + IN IF OptLevel nil? THEN %(&("Name: error, level not available",""))
21 ELSE SeqStr
24 @@ -94,7 +94,7 @@
25 SortSeq == msort(\\A,B.(A 1st)<(B 1st))(SeqPInfo)
26 SeqStr == (\\Pair. `("","\n", "")(info2Str)
27 ((Pair 1st)::(msort(<)(Pair 2nd))))*SortSeq
28 - IN IF OptLevel nil? THEN %("Name: error, level not avaliable")
29 + IN IF OptLevel nil? THEN %("Name: error, level not available")
30 ELSE SeqStr
33 @@ -112,7 +112,7 @@
34 (SortRt)
35 SortRt == msort(<)(Seq rt)
36 FI)*SeqSort
37 - IN IF OptLevel nil? THEN %("Name: error, level not avaliable")
38 + IN IF OptLevel nil? THEN %("Name: error, level not available")
39 ELSE SeqStr
42 --- a/src/browser/IndependentCom.impl
43 +++ b/src/browser/IndependentCom.impl
44 @@ -29,7 +29,7 @@
45 "? C-cC-bC-vC-f Anzeigelevel auf fct setzen",
46 "? C-cC-bC-vC-o Anzeigelevel auf optimize setzen",
47 "")
48 - AktLev == IF OptLevel nil? THEN %("Name: error, level not avaliable")
49 + AktLev == IF OptLevel nil? THEN %("Name: error, level not available")
50 IF OptLevel avail? THEN %(OptLevel cont)
52 OptLevel== name(Args)(level?)
53 --- a/src/oasys/debugger/dbcontrol/DebuggerInterface.impl
54 +++ b/src/oasys/debugger/dbcontrol/DebuggerInterface.impl
55 @@ -186,7 +186,7 @@
57 ++
58 cmd(lit("oasys-intern-db-kill") @ terminateClient & succeed("ok."),
59 - "Kill the evaluator proces."
60 + "Kill the evaluator process."
62 ++
63 cmd(lit("oasys-intern-db-sync")
64 --- a/src/om/genmake/genmake.1
65 +++ b/src/om/genmake/genmake.1
66 @@ -78,7 +78,7 @@
67 is given, genmake generates a maintenance file for the
68 top-level system of an OPAL program. If
69 .I top-level-command
70 -is ommitted, the name of the the top-level structure is used instead.
71 +is omitted, the name of the the top-level structure is used instead.
73 .BI \-S " system"
74 is given, genmake generates a maintenance file for a
75 @@ -184,7 +184,7 @@
76 ./ .BI \-keep
77 ./ Generate a description file which keeps all derived compilation
78 ./ objects for later reuse. If shape is used, this objects will also be
79 -./ cached. This is is usefull if compilation options such as debugging
80 +./ cached. This is is useful if compilation options such as debugging
81 ./ and optimization are frequently changed, since it avoids reproduction
82 ./ of objects not affected by the changes.
83 .TP