You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2010/08/06 17:27:50 UTC

svn commit: r983019 - /incubator/deltacloud/trunk/server/server.rb

Author: mfojtik
Date: Fri Aug  6 15:27:50 2010
New Revision: 983019

URL: http://svn.apache.org/viewvc?rev=983019&view=rev
Log:
Fix a cut-n-paste error in the instance description.

Signed-off-by: Chris Lalancette <cl...@redhat.com>

Modified:
    incubator/deltacloud/trunk/server/server.rb

Modified: incubator/deltacloud/trunk/server/server.rb
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/server.rb?rev=983019&r1=983018&r2=983019&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/server.rb (original)
+++ incubator/deltacloud/trunk/server/server.rb Fri Aug  6 15:27:50 2010
@@ -174,7 +174,7 @@ END
   end
 
   operation :show do
-    description 'Show an image identified by "id" parameter.'
+    description 'Show an instance identified by "id" parameter.'
     param :id,           :string, :required
     control { show(:instance) }
   end