From 7e0e56634602f41d481d2061241a85b40b12975e Mon Sep 17 00:00:00 2001 From: leper Date: Wed, 3 Dec 2014 16:43:51 +0000 Subject: [PATCH] Fix typo in include. Refs #2086. This was SVN commit r16018. --- source/lib/sysdep/os/bsd/bsd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/sysdep/os/bsd/bsd.cpp b/source/lib/sysdep/os/bsd/bsd.cpp index 13f2e8a4d5..36fe3497b4 100644 --- a/source/lib/sysdep/os/bsd/bsd.cpp +++ b/source/lib/sysdep/os/bsd/bsd.cpp @@ -23,7 +23,7 @@ #include "precompiled.h" #include "lib/sysdep/sysdep.h" -#include "lib/sysdep/os/unix/unix_excecutable_pathname.h" +#include "lib/sysdep/os/unix/unix_executable_pathname.h" OsPath sys_ExecutablePathname() {