summaryrefslogtreecommitdiff
path: root/debian/patches/fix-spell-errors.patch
blob: 3cb027da999588ec5af54dc646a58f6390be4b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This patch fixes spell errors detected by linitian.

--- fpcbuild-2.6.2/fpcsrc/ide/fphelp.pas	2010-12-22 19:39:13.000000000 +0100
+++ fpcbuild-2.6.2/fpcsrc/ide/fphelp.pas	2013-05-08 14:13:52.000000000 +0200
@@ -96,7 +96,7 @@
       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 @@
       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';