Add ModuleFactory#getDefaultModules method to config-api.
[controller.git] / opendaylight / config / config-manager / src / main / java / org / opendaylight / controller / config / manager / impl / ModuleInternalTransactionalInfo.java
index a1bc59f5d5f5fe473c89a1f4ddb7afed8e694706..571bbad753e9080e93f36df0ce46982d08e1fd25 100644 (file)
@@ -46,7 +46,7 @@ public class ModuleInternalTransactionalInfo {
 
     public DestroyedModule toDestroyedModule() {
         if (maybeOldInternalInfo == null) {
-            throw new IllegalStateException("Cannot destoy uncommitted module");
+            throw new IllegalStateException("Cannot destroy uncommitted module");
         }
         DynamicReadableWrapper oldModule = maybeOldInternalInfo
                 .getReadableModule();