1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: Fix typo
Fix typo in pod doc
Forwarded: yes
Author: dod
--- a/lib/Tk/ObjEditor.pm
+++ b/lib/Tk/ObjEditor.pm
@@ -443,7 +443,7 @@
=item *
--title: the title of the menu created by the editor (optionnal)
+-title: the title of the menu created by the editor (optional)
=item *
--- a/lib/Tk/ObjEditorDialog.pm
+++ b/lib/Tk/ObjEditorDialog.pm
@@ -85,7 +85,7 @@
=item *
-title: the title of the menu created by the editor (optionnal)
+title: the title of the menu created by the editor (optional)
=item *
|