summaryrefslogtreecommitdiffstats
path: root/src/portable.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-09-28 15:14:28 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2019-09-28 15:14:28 (GMT)
commit9b9c2c6101be61baefb73b0c414e93381070e21b (patch)
tree89ff1f8931d2eeb5890749b1bd52501f993cdcf1 /src/portable.cpp
parent4e21d19cf63b17aadb62905535262deb208a0c73 (diff)
downloadDoxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.zip
Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.tar.gz
Doxygen-9b9c2c6101be61baefb73b0c414e93381070e21b.tar.bz2
Fix typos
Found via ``` codespell -q 3 -S *.js,*.po,./src/translator*,*.eps,./doc/changelog.doc -L ang,ans,attribs,ba,behaviour,classe,colour,german,iff,initialise,nam,nd,que,russian,statics,te,tim,uint ```
Diffstat (limited to 'src/portable.cpp')
-rw-r--r--src/portable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable.cpp b/src/portable.cpp
index 3d64638..c6e829d 100644
--- a/src/portable.cpp
+++ b/src/portable.cpp
@@ -457,7 +457,7 @@ bool portable_isAbsolutePath(const char *fileName)
/**
* Correct a possible wrong PATH variable
*
- * This routine was inspired by the cause for bug 766059 was that in the Windows path there were forward slahes.
+ * This routine was inspired by the cause for bug 766059 was that in the Windows path there were forward slashes.
*/
void portable_correct_path(void)
{