diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-01-23 10:49:40 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-01-23 10:49:40 +0000 |
| commit | 2d883b17707b4e101efd126a11b1a8b651a4c500 (patch) | |
| tree | c93204eb1f3b19ed87cc4709a6ef2d6bbeeb785e /src/filename_absolute.cxx | |
| parent | 0e6409c3a0a6a002a9cc2d47cc18d550126f97dd (diff) | |
fixed a typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6645 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/filename_absolute.cxx')
| -rw-r--r-- | src/filename_absolute.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 0b40c9310..2a7789e70 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -131,7 +131,7 @@ fl_filename_relative(char *to, // O - Relative filename char *cwd = cwd_buf; - // return if "from" is not an absolue path + // return if "from" is not an absolute path #if defined(WIN32) || defined(__EMX__) if (from[0] == '\0' || (!isdirsep(*from) && !isalpha(*from) && from[1] != ':' && |
