diff --git a/bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/types/StateDescription.java b/bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/types/StateDescription.java index 31a0784445c..9ca85202d1e 100644 --- a/bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/types/StateDescription.java +++ b/bundles/core/org.eclipse.smarthome.core/src/main/java/org/eclipse/smarthome/core/types/StateDescription.java @@ -107,7 +107,7 @@ public boolean isReadOnly() { /** * Returns a list of predefined states with their label. * - * @return ist of predefined states with their label + * @return a list of predefined states with their label */ public List getOptions() { return options;