summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-10 20:58:10 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-10 20:58:10 +0000
commit5f75c5b75490626c04f04b38c2b83d7398461f36 (patch)
tree30f499de2a4e5c5192907f42866978983874d3d6 /src
parent8a45f9063ca233016ad87c67c4c505fa4f223d42 (diff)
STR 2027: Fixed documentation errors.
Also fixed typos in Fl.H. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6576 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_abort.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_abort.cxx b/src/Fl_abort.cxx
index 347657eba..d071c7fae 100644
--- a/src/Fl_abort.cxx
+++ b/src/Fl_abort.cxx
@@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
-// This method is in it's own source file so that stdlib and stdio
+// This method is in its own source file so that stdlib and stdio
// do not need to be included in Fl.cxx:
// You can also override this by redefining all of these.