From b26fcfb4a6d704627db299016a2b04e815fdc49b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 24 Aug 2013 22:59:29 +0200 Subject: [PATCH] Libretro header - Typo - aquire -> acquire --- libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.h b/libretro.h index 06cbc3abb4..36baa0d14b 100755 --- a/libretro.h +++ b/libretro.h @@ -445,7 +445,7 @@ enum retro_mod // If HW rendering is used, pass only RETRO_HW_FRAME_BUFFER_VALID or NULL to retro_video_refresh_t. #define RETRO_ENVIRONMENT_GET_VARIABLE 15 // struct retro_variable * -- - // Interface to aquire user-defined information from environment + // Interface to acquire user-defined information from environment // that cannot feasibly be supported in a multi-system way. // 'key' should be set to a key which has already been set by SET_VARIABLES. // 'data' will be set to a value or NULL.