diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-09-10 09:54:01 +0300 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-09-10 09:54:01 +0300 |
commit | f6bc677d84a93a3d1ccd9179ea0f75d8599ed600 (patch) | |
tree | a79f93b1720b59ff055fb7b773f54f76b7401713 | |
parent | ba2428504b6b20b2f1bd62383d1e88ff6ace10a7 (diff) | |
download | libresourceqt-f6bc677d84a93a3d1ccd9179ea0f75d8599ed600.tar.gz |
Fixed Typos
-rw-r--r-- | resourceqt-client/client.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resourceqt-client/client.cpp b/resourceqt-client/client.cpp index b46f6f3..adf1feb 100644 --- a/resourceqt-client/client.cpp +++ b/resourceqt-client/client.cpp @@ -38,10 +38,10 @@ Client::Client() commandList["acquire"] = CommandListArgs("", "acquire required resources"); commandList["release"] = CommandListArgs("", "release resources"); commandList["update"] = CommandListArgs("", "update modified resource set after add or remove command"); - commandList["add"] = CommandListArgs("reslist [-o]", "add reosurce list, if -o provided, set as optional"); - commandList["remove"] = CommandListArgs("reslist [-o]", "remove reosurce list, if -o provided, removed only optional flag"); + commandList["add"] = CommandListArgs("reslist [-o]", "add resource list, if -o provided, set as optional"); + commandList["remove"] = CommandListArgs("reslist [-o]", "remove resource list, if -o provided, removed only optional flag"); commandList["audio"] = CommandListArgs("pid <pid> | group <audio group> | tag <name> <value>", "set audio properties"); - commandList["addaudio"] = CommandListArgs("<audio group> <pid> <tag name> <tag value>", "Add an audio resource and set the porpoerties"); + commandList["addaudio"] = CommandListArgs("<audio group> <pid> <tag name> <tag value>", "Add an audio resource and set the properties"); commandList["show"] = CommandListArgs("", "show resources"); } |