Merge "Bug 1352: Fixed issue when ModificationSnapshot was not updated during schema...
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / InMemoryDataTree.java
index 6102018d48fdc918781d8acfb6c0ea774a320c8e..7013e55ad1fccdafcb4eb0c9e1550bfa9a4352df 100644 (file)
@@ -50,7 +50,7 @@ final class InMemoryDataTree implements DataTree {
     public synchronized void setSchemaContext(final SchemaContext newSchemaContext) {
         Preconditions.checkNotNull(newSchemaContext);
 
-        LOG.info("Attepting to install schema context {}", newSchemaContext);
+        LOG.info("Attempting to install schema context {}", newSchemaContext);
 
         /*
          * FIXME: we should walk the schema contexts, both current and new and see