1 Description: Fix typos.
2 Author: Benjamin Drung <bdrung@debian.org>
4 --- a/src/browser/BrCommands.impl
5 +++ b/src/browser/BrCommands.impl
7 DEF desc12 == "12 C-c C-b i Anzeige der Importe aus der Struktur am Cursor"
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))
16 Str2 == IF Large? THEN "\n"
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",""))
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")
35 SortRt == msort(<)(Seq rt)
37 - IN IF OptLevel nil? THEN %("Name: error, level not avaliable")
38 + IN IF OptLevel nil? THEN %("Name: error, level not available")
42 --- a/src/browser/IndependentCom.impl
43 +++ b/src/browser/IndependentCom.impl
45 "? C-cC-bC-vC-f Anzeigelevel auf fct setzen",
46 "? C-cC-bC-vC-o Anzeigelevel auf optimize setzen",
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
58 cmd(lit("oasys-intern-db-kill") @ terminateClient & succeed("ok."),
59 - "Kill the evaluator proces."
60 + "Kill the evaluator process."
63 cmd(lit("oasys-intern-db-sync")
64 --- a/src/om/genmake/genmake.1
65 +++ b/src/om/genmake/genmake.1
67 is given, genmake generates a maintenance file for the
68 top-level system of an OPAL program. If
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.
74 is given, genmake generates a maintenance file for a
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.