From: Carlos Laviola Date: Mon, 13 Oct 2014 19:16:54 +0000 (+0000) Subject: fix-spell-errors X-Git-Tag: archive/raspbian/3.0.0+dfsg-11+rpi1~1^2^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b2b427c9a6a5a5e822d3e0204917732ac49cf861;p=fpc.git fix-spell-errors This patch fixes spell errors detected by linitian. Gbp-Pq: Name fix-spell-errors.patch --- diff --git a/fpcsrc/ide/fphelp.pas b/fpcsrc/ide/fphelp.pas index ac300ffe..b675fcc8 100644 --- a/fpcsrc/ide/fphelp.pas +++ b/fpcsrc/ide/fphelp.pas @@ -96,7 +96,7 @@ const hint_systemmenu = 'System menu'; hint_update = 'Refresh and redraw display'; hint_about = 'Show version and copyright information'; - hint_filemenu = 'File managment commands (Open, New, Save, etc.)'; + hint_filemenu = 'File management commands (Open, New, Save, etc.)'; hint_filenew = 'Create a new file in a new edit window'; hint_filenewfromtemplate='Create a new file using a code template'; hint_fileopen = 'Locate and open a file in an edit window'; @@ -194,7 +194,7 @@ const hint_openini = 'Load a previously saved options file'; hint_saveini = 'Save all the changes made in the options menu'; hint_saveasini = 'Save all the changes made under a different name'; - hint_windowmenu = 'Windows managment commands'; + hint_windowmenu = 'Windows management commands'; hint_tile = 'Arrange windows on desktop by tiling'; hint_cascade = 'Arrange windows on desktop by cascading'; hint_closeall = 'Close all windows on the desktop';