diff --git a/README.rst b/README.rst index 021762e6..8eef2881 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ To get started, follow: `"S2AIO - Swift Storlets All In One" `__. The write and deploy a storlet, follow: -`"Writing and deploying storelts" `__. +`"Writing and deploying storlets" `__. For Deployers ------------- diff --git a/doc/source/writing_and_deploying_storlets.rst b/doc/source/writing_and_deploying_storlets.rst index f744a375..eade9238 100644 --- a/doc/source/writing_and_deploying_storlets.rst +++ b/doc/source/writing_and_deploying_storlets.rst @@ -171,10 +171,10 @@ Here is the Swift client command for uploading the storlet. some notes: #. We use the upload option of the swift cli. #. The container name is the first parameter for the upload command and is 'storlet' -#. The name of the object and the local file to upload is 'identitystorelt-1.0-jar' +#. The name of the object and the local file to upload is 'identitystorlet-1.0-jar' IMPORTANT: when uploading the file from another directory, that parameter would - be something of the form 'bin/identitystorelt-1.0-jar' in this case the name - of the object appearing in the storlet container would be 'bin/identitystorelt-1.0-jar' + be something of the form 'bin/identitystorlet-1.0-jar' in this case the name + of the object appearing in the storlet container would be 'bin/identitystorlet-1.0-jar' which will not work for the engine. #. The metadata that needs to accompany the storlet object is provided as headers.