[content] Fix a buf on ContentTransfer
[platform/framework/native/content.git] / src / FCntPlayList.cpp
index c678383..797a733 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -195,8 +194,8 @@ PlayList::SetPlayListName(const Tizen::Base::String& playListName)
 
        SysTryReturn(NID_CNT, !playListName.IsEmpty(), E_INVALID_ARG, E_INVALID_ARG, "[E_INVALID_ARG] The playListName is empty.");
 
-       r = __pImpl->SetPlalyListName(__playListName, playListName); // impl need old and new name
-       SysTryReturn(NID_CNT, !IsFailed(r), r, r, "[%s] SetPlalyListName failed. ", GetErrorMessage(r));
+       r = __pImpl->SetPlayListName(__playListName, playListName); // impl need old and new name
+       SysTryReturn(NID_CNT, !IsFailed(r), r, r, "[%s] SetPlayListName failed. ", GetErrorMessage(r));
 
        __playListName = playListName;