fixing a typo in the previous commit

This commit is contained in:
fgerlits 2006-11-27 14:12:49 +00:00
parent cede8fc578
commit 11c9e32f28
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ using namespace LiveSupport::Core;
*
* The playlistId parameter is a string containing the hexadecimal value of
* the playlist ID.
* It is up to 32 characters long, representing a value between 0 and 2^31-1,
* It is up to 8 characters long, representing a value between 0 and 2^31-1,
* inclusive.
*
* In case of an error, a standard XML-RPC fault response is generated,

View File

@ -95,7 +95,7 @@ using namespace LiveSupport::Core;
*
* The audioClipId parameter is a string containing the hexadecimal value of
* the audio clip ID.
* It is up to 32 characters long, representing a value between 0 and 2^31-1,
* It is up to 8 characters long, representing a value between 0 and 2^31-1,
* inclusive.
*
* In case of an error, a standard XML-RPC fault response is generated,

View File

@ -83,7 +83,7 @@ using namespace LiveSupport::Core;
*
* The playlistId parameter is a string containing the hexadecimal value of
* the playlist ID.
* It is up to 32 characters long, representing a value between 0 and 2^31-1,
* It is up to 8 characters long, representing a value between 0 and 2^31-1,
* inclusive.
*
* If the upload is successful, the method returns an XML-RPC structure with