fix typo
[platform/framework/native/app-controls.git] / src / call-app-control / PhoneAppControlDllEntry.cpp
index fb6caf9..70d53f8 100644 (file)
@@ -81,7 +81,7 @@ StartAppControl(int req, const String& aId, const String& operationId, const Str
        }
 
        bool noResult = (operationId == L"http://tizen.org/appcontrol/operation/call"
-                       || operationId == L"http://tizen.org/appcontrol/operation/call");
+                       || operationId == L"http://tizen.org/appcontrol/operation/dial");
 
        const String& package = _AppControlManager::GetAliasAppId(aId);
        SysLog(NID_APP, "Actual packageId is %ls.", package.GetPointer());