From 8ab536a9689059036e9453e2d3d14dca6b36be90 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 17 Mar 2012 22:55:48 +0100 Subject: [PATCH] Fix typo --- compat/strl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/strl.h b/compat/strl.h index e5177e29d6..c799c79ddb 100644 --- a/compat/strl.h +++ b/compat/strl.h @@ -30,7 +30,7 @@ #ifdef __cplusplus extern "C" { #endif -// Avoid possible naming collitions during link since we prefer to use the actual name. +// Avoid possible naming collisions during link since we prefer to use the actual name. #define strlcpy(dst, src, size) strlcpy_ssnes__(dst, src, size) #define strlcat(dst, src, size) strlcat_ssnes__(dst, src, size)