From 5573c35ff15e7f646404b2dfc9806250f64fd3af Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 15 Jun 2015 20:24:41 +0000 Subject: Fix spelling errors and improve documentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10759 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/fluid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid') diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index f6b1b43e0..f0eb84ae2 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1296,7 +1296,7 @@ public: Fl_Process() {_fpt= NULL;} ~Fl_Process() {if (_fpt) close();} - // FIXME: popen needs the utf8 equivalen fl_popen + // FIXME: popen needs the UTF-8 equivalent fl_popen FILE * popen (const char *cmd, const char *mode="r"); //not necessary here: FILE * fl_fopen (const char *file, const char *mode="r"); int close(); -- cgit v1.2.3