Fix typo in function and variable names
[platform/core/uifw/voice-control.git] / tests / src / vc_common_test_util.h
index c37c1ac..70fac59 100644 (file)
@@ -39,7 +39,7 @@ public:
        static void SetCurrentLanguage(const char *language);
        static void EnableAutoLanguageSelection();
 
-       static bool WaitCondtion(std::function<bool(void)> checker, int duration);
+       static bool WaitCondition(std::function<bool(void)> checker, int duration);
 };