Alissa Bonas has uploaded a new change for review.

Change subject: restapi: Fix mispelling in feature name
......................................................................

restapi: Fix mispelling in feature name

Fix the word storage (from stroage) in feature name - POSIX-FS Storage Type

Change-Id: I05bccbc62b84271cb6889a91a1da2401ae9fe236
Signed-off-by: Alissa Bonas <abo...@redhat.com>
---
M 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/utils/FeaturesHelper.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/79/11679/1

diff --git 
a/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/utils/FeaturesHelper.java
 
b/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/utils/FeaturesHelper.java
index ebaaa0b..14b9e0e 100644
--- 
a/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/utils/FeaturesHelper.java
+++ 
b/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/utils/FeaturesHelper.java
@@ -208,7 +208,7 @@
 
     private void addFeaturePosixDevice(Features features) {
         Feature feature = new Feature();
-        feature.setName("POSIX-FS Stroage Type");
+        feature.setName("POSIX-FS Storage Type");
         feature.setStorageTypes(new StorageTypes());
         
feature.getStorageTypes().getStorageTypes().add(StorageType.POSIXFS.value());
         features.getFeature().add(feature);


--
To view, visit http://gerrit.ovirt.org/11679
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05bccbc62b84271cb6889a91a1da2401ae9fe236
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alissa Bonas <abo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to