Fix typo in function and variable names
[platform/core/uifw/stt.git] / tests / src / test_util.h
index dc9d185..84006f6 100644 (file)
@@ -63,7 +63,7 @@ public:
        stt_h mHandle;
        stt_state_e mCurrentState;
 
-       bool mErrorOccured;
+       bool mErrorOccurred;
        bool mResultReceived;
        char *mErrorMessage;
 
@@ -71,7 +71,7 @@ public:
        size_t mPCMSize;
 
 private:
-       static bool WaitCondtion(std::function<bool(void)> checker, int duration);
+       static bool WaitCondition(std::function<bool(void)> checker, int duration);
 };