projects
/
platform
/
core
/
api
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d60d71
)
Correct a typing error in capi-media-audio-io.xml
70/60770/1
author
Sangchul Lee
<sc11.lee@samsung.com>
Wed, 2 Mar 2016 06:45:15 +0000
(15:45 +0900)
committer
Sangchul Lee
<sc11.lee@samsung.com>
Wed, 2 Mar 2016 06:45:34 +0000
(15:45 +0900)
Change-Id: I9584d0890a7026ee03ce314ca4a470075111b57c
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
error_messages/capi-media-audio-io.xml
patch
|
blob
|
history
diff --git
a/error_messages/capi-media-audio-io.xml
b/error_messages/capi-media-audio-io.xml
index f1afca2ec94b62d1283212cbbfd96e0483e23c5f..382cb28c7f559e5698869ecd4f509ee8c97a2cf0 100644
(file)
--- a/
error_messages/capi-media-audio-io.xml
+++ b/
error_messages/capi-media-audio-io.xml
@@
-18,7
+18,7
@@
</error>
<error name="AUDIO_IO_ERROR_INVALID_STATE">
<value>TIZEN_ERROR_AUDIO_IO | 0x05</value>
- <msg>Invalid state
a
</msg>
+ <msg>Invalid state</msg>
</error>
<error name="AUDIO_IO_ERROR_NOT_SUPPORTED_TYPE">
<value>TIZEN_ERROR_AUDIO_IO | 0x06</value>