diff --git a/plugins/GSdx/GLLoader.cpp b/plugins/GSdx/GLLoader.cpp index 6bd417e652..c81b9b56a5 100644 --- a/plugins/GSdx/GLLoader.cpp +++ b/plugins/GSdx/GLLoader.cpp @@ -383,7 +383,7 @@ namespace GLLoader { const char* vendor = (const char*)glGetString(GL_VENDOR); fprintf(stderr, "Supported Opengl version: %s on GPU: %s. Vendor: %s\n", s, glGetString(GL_RENDERER), vendor); - fprintf(stderr, "Note: the maximum supported supported by GSdx is 3.3 (even if you driver supports more)!\n"); + fprintf(stderr, "Note: the maximum version supported by GSdx is 3.3 (even if you driver supports more)!\n"); // Name change but driver is still bad! if (strstr(vendor, "ATI") || strstr(vendor, "Advanced Micro Devices"))