diff options
author | Jussi Kinnula <ext-jussi.1.kinnula@nokia.com> | 2010-10-27 12:08:09 +0300 |
---|---|---|
committer | Jussi Kinnula <ext-jussi.1.kinnula@nokia.com> | 2010-10-27 12:08:09 +0300 |
commit | 5ea73b5ab9b92c2e3a1a658122697b95842b6be5 (patch) | |
tree | 3e22703c4607feec74b7ff62234b13170c7a4e04 | |
parent | cb0c1eac16226ca3cb8063bbbac8b3924a358ef7 (diff) | |
download | libresourceqt-5ea73b5ab9b92c2e3a1a658122697b95842b6be5.tar.gz |
Fixed a typo in client.cpp, VideoRegording->VideoRecording
-rw-r--r-- | resourceqt-client/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resourceqt-client/client.cpp b/resourceqt-client/client.cpp index 1b92d67..25ae5a1 100644 --- a/resourceqt-client/client.cpp +++ b/resourceqt-client/client.cpp @@ -155,7 +155,7 @@ const char * resourceTypeToString(ResourceType type) case VideoPlaybackType: return "VideoPlayback"; case VideoRecorderType: - return "VideoRegording"; + return "VideoRecording"; case VibraType: return "Vibra"; case LedsType: |