Author: AlbrechtS
Date: 2009-01-23 02:49:40 -0800 (Fri, 23 Jan 2009)
New Revision: 6645
Log:
fixed a typo

Modified:
   branches/branch-1.3/src/filename_absolute.cxx

Modified: branches/branch-1.3/src/filename_absolute.cxx
===================================================================
--- branches/branch-1.3/src/filename_absolute.cxx       2009-01-23 10:47:53 UTC 
(rev 6644)
+++ branches/branch-1.3/src/filename_absolute.cxx       2009-01-23 10:49:40 UTC 
(rev 6645)
@@ -131,7 +131,7 @@
   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] != ':' &&

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to