From 72565fbf30378f1100da4c24e4e365b017fa447a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 6 Jul 2015 14:18:03 +1000 Subject: Cleanup: style, spelling --- intern/ghost/test/gears/GHOST_Test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'intern/ghost/test') diff --git a/intern/ghost/test/gears/GHOST_Test.cpp b/intern/ghost/test/gears/GHOST_Test.cpp index d6c8f25707c..f58a220055f 100644 --- a/intern/ghost/test/gears/GHOST_Test.cpp +++ b/intern/ghost/test/gears/GHOST_Test.cpp @@ -698,19 +698,19 @@ int main(int /*argc*/, char ** /*argv*/) KEY_ALL_ACCESS); if (lresult == ERROR_SUCCESS) - printf("Succesfully opened key\n"); + printf("Successfully opened key\n"); #if 0 lresult = regkey.QueryValue(&keyValue, "StereoEnable"); if (lresult == ERROR_SUCCESS) - printf("Succesfully queried key\n"); + printf("Successfully queried key\n"); #endif lresult = regkey.SetValue(HKEY_LOCAL_MACHINE, "SOFTWARE\\NVIDIA Corporation\\Global\\Stereo3D\\StereoEnable", "1"); if (lresult == ERROR_SUCCESS) - printf("Succesfully set value for key\n"); + printf("Successfully set value for key\n"); regkey.Close(); if (lresult == ERROR_SUCCESS) - printf("Succesfully closed key\n"); + printf("Successfully closed key\n"); // regkey.Write("2"); } #endif // WIN32 -- cgit v1.2.3