mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 19:20:54 +01:00
fixed typos
git-svn-id: trunk@3800 -
This commit is contained in:
parent
8b6b7ac034
commit
1e9fc0f4f2
@ -891,7 +891,7 @@ begin
|
||||
end;
|
||||
|
||||
function TPascalParserTool.KeyWordFuncClassVarTypeIdent: boolean;
|
||||
// read variable type <identfier>
|
||||
// read variable type <identifier>
|
||||
begin
|
||||
if CurPos.StartPos>SrcLen then
|
||||
SaveRaiseException(ctsMissingTypeIdentifier);
|
||||
@ -1573,7 +1573,7 @@ function TPascalParserTool.ReadSubRange(ExceptionOnError: boolean): boolean;
|
||||
number..number
|
||||
identifier
|
||||
Low(identifier)..High(identifier)
|
||||
Pred(identifier)..Succ(identfier)
|
||||
Pred(identifier)..Succ(identifier)
|
||||
}
|
||||
var RangeOpFound: boolean;
|
||||
begin
|
||||
@ -2894,7 +2894,7 @@ begin
|
||||
end;
|
||||
|
||||
function TPascalParserTool.KeyWordFuncTypePointer: boolean;
|
||||
// '^Identfier'
|
||||
// '^Identifier'
|
||||
begin
|
||||
CreateChildNode;
|
||||
CurNode.Desc:=ctnPointerType;
|
||||
|
||||
@ -448,7 +448,7 @@ resourcestring
|
||||
dlgEdBold = 'Bold';
|
||||
dlgEdItal = 'Italic';
|
||||
dlgEdUnder = 'Underline';
|
||||
dlgEdIdComlet = 'Identfier completion';
|
||||
dlgEdIdComlet = 'Identifier completion';
|
||||
dlgEdCodeParams = 'Code parameters';
|
||||
dlgTooltipEval = 'Tooltip expression evaluation';
|
||||
dlgTooltipTools = 'Tooltip symbol Tools';
|
||||
|
||||
@ -9,7 +9,7 @@ for lang in de ru es; do
|
||||
done
|
||||
|
||||
# objectinspector
|
||||
for lang in de; do
|
||||
for lang in de es; do
|
||||
msgfmt languages/objinspstrconsts.$lang.po \
|
||||
-o languages/objinspstrconsts.$lang.mo
|
||||
done
|
||||
@ -21,7 +21,7 @@ for lang in de; do
|
||||
done
|
||||
|
||||
# LCL
|
||||
for lang in de; do
|
||||
for lang in de es; do
|
||||
msgfmt lcl/languages/lcl.$lang.po -o lcl/languages/lcl.$lang.mo
|
||||
done
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user