Misspell in wrt-installer
authorRafal Bednarski <r.bednarski@samsung.com>
Wed, 31 Jul 2013 09:41:58 +0000 (11:41 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 5 Aug 2013 07:11:49 +0000 (07:11 +0000)
[Issue#] LINUXWRT-745
[Problem] Misspell was instead of "true" was "ture".
[Cause] N/A
[Solution] Changed "ture" for "true"
[Verification] Build repository

Change-Id: I965d275103a5587e1c9f519e7d88b0903aa6ddc4

src/jobs/widget_install/task_manifest_file.cpp

index 6133536..d0b54de 100644 (file)
@@ -1220,7 +1220,7 @@ void TaskManifestFile::setAccount(Manifest& manifest)
         return;
     }
     if (account.m_multiAccountSupport) {
-        provider.multiAccount = L"ture";
+        provider.multiAccount = L"true";
     } else {
         provider.multiAccount = L"false";
     }