projects
/
platform
/
core
/
appfw
/
data-provider-master.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135387e
)
Fix typo
62/315162/1
author
Ilho Kim
<ilho159.kim@samsung.com>
Fri, 26 Jul 2024 01:31:50 +0000
(10:31 +0900)
committer
Ilho Kim
<ilho159.kim@samsung.com>
Fri, 26 Jul 2024 01:41:20 +0000
(10:41 +0900)
Change-Id: I7dd13a882cea7c668d7ba6afd67c59150710f9b9
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/service_common.cc
patch
|
blob
|
history
diff --git
a/src/service_common.cc
b/src/service_common.cc
index 0dcce49639564ca17392511d18bb32ef09589abb..bea02306cb4f8ccc60a6b5845c520632904ae5ba 100644
(file)
--- a/
src/service_common.cc
+++ b/
src/service_common.cc
@@
-64,7
+64,7
@@
const std::set<std::string_view> pkgmgr_installer_val_list_ = {
"install",
"uninstall",
"update",
- "e
b
able_app",
+ "e
n
able_app",
"disable_app"
};