summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-04-03 19:39:45 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-04-03 19:39:45 +0000
commit33f61316fc92f314e94ee114e3cc09efd3ca25a2 (patch)
tree9b4bd515907c5508456ef69968ff1aaecb2495fc
parentd6bcdbe37523a57699438ed92804b708b68b6024 (diff)
Fix typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10669 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--fluid/function_panel.cxx2
-rw-r--r--fluid/function_panel.fl2
2 files changed, 2 insertions, 2 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index c72524b93..edff90cbb 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -29,7 +29,7 @@ extern void exit_cb(Fl_Widget*, void*);
extern void toggle_widgetbin_cb(Fl_Widget*, void*);
/**
- Allow Windget navigation on Text fields with Tab.
+ Allow widget navigation on text fields with Tab.
*/
static int use_tab_navigation(int, Fl_Text_Editor*) {
return 0;
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 9526f7238..48bf1a301 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -47,7 +47,7 @@ decl {extern void toggle_widgetbin_cb(Fl_Widget*, void*);} {private global
}
Function {use_tab_navigation(int, Fl_Text_Editor*)} {
- comment {Allow Windget navigation on Text fields with Tab.} private return_type int
+ comment {Allow widget navigation on text fields with Tab.} private return_type int
} {
code {return 0;} {}
}