Fix spelling errata
[platform/core/uifw/voice-control.git] / common / vc_regex_rule.h
index 973cbe4..95ab6c7 100755 (executable)
@@ -38,13 +38,13 @@ const char *DATE_ABS2_REGEX[2] = {"(1월)|(2월)|(3월)|(4월)|(5월)|(6월)|(7
                                "(January)|(February)|(March)|(April)|(May)|(June)|(July)|(August)|(September)|(October)|(November)|(December)"};
 const char *DATE_ABS3_REGEX[2] = {"([1-9]|[1-2][0-9]|3[0-1])일",
                                "([1-9]|[1-2][0-9]|3[0-1])(st|nd|rd|th)"};
-//today / tommorow / the day after tommorow
+//today / tomorrow / the day after tomorrow
 const char *DATE_PHR1_REGEX[2] = {"(오늘)|(내일)|(모레)|(글피)",
-                               "(today)|(tommorow)|(the day after tommorow)"};
+                               "(today)|(tomorrow)|(the day after tomorrow)"};
 const char *DATE_PHR2_REGEX[2] = {"(이틀)|(사흘)|(나흘)|(닷새)|(엿새)|(이레)|(여드레)|(아흐레)|(열흘)",
                                "(이틀)|(사흘)|(나흘)|(닷새)|(엿새)|(이레)|(여드레)|(아흐레)|(열흘)"};
 
-//Monday / Tuesday / Wednesday / Thursday / Satruday / Sunday
+//Monday / Tuesday / Wednesday / Thursday / Saturday / Sunday
 const char *DATE_PHR3_REGEX[2] = {"(월|화|수|목|금|토|일)(요일)?",
                                "(Mon|Tues|Wednes|Thurs|Fri|Satur|Sun)(day)?"};
 
@@ -54,4 +54,4 @@ const char *DATE_PHR3_REGEX[2] = {"(월|화|수|목|금|토|일)(요일)?",
 #endif
 
 
-#endif
\ No newline at end of file
+#endif