Fix spelling errors and improve documentation.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10759 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2015-06-15 20:24:41 +00:00
parent 769b35770a
commit 5573c35ff1
7 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -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();