mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 23:00:15 +02:00
IDE: fixed a typo in command-line key for skipping debugger checks (Debbugger -> Debugger)
This commit is contained in:
parent
0a726f4b75
commit
767d21e2d9
@ -83,7 +83,7 @@ const
|
|||||||
'FpcExe',
|
'FpcExe',
|
||||||
'FpcSrc',
|
'FpcSrc',
|
||||||
'Make',
|
'Make',
|
||||||
'Debbugger',
|
'Debugger',
|
||||||
'Fppkg',
|
'Fppkg',
|
||||||
'Setup',
|
'Setup',
|
||||||
'MissingPackageFile',
|
'MissingPackageFile',
|
||||||
|
Loading…
Reference in New Issue
Block a user