From ed5e698511804e33177acb97437b67981a3dee75 Mon Sep 17 00:00:00 2001 From: Stevoisiak Date: Fri, 17 Oct 2014 15:51:19 -0400 Subject: [PATCH] Minor spelling fix --- Source/Core/Common/CommonPaths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/CommonPaths.h b/Source/Core/Common/CommonPaths.h index c9acf5dff4..a3b15a2e8c 100644 --- a/Source/Core/Common/CommonPaths.h +++ b/Source/Core/Common/CommonPaths.h @@ -4,7 +4,7 @@ #pragma once -// Directory seperators, do we need this? +// Directory separators, do we need this? #define DIR_SEP "/" #define DIR_SEP_CHR '/'