summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/filename_absolute.cxx2
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] != ':' &&