Add missing copyright headers
[yangtools.git] / code-generator / binding-generator-impl / src / test / java / org / opendaylight / yangtools / sal / binding / generator / impl / SupportTestUtil.java
index acaf426cf981eebdca10e8a061c6da7318e0981d..db2a3ef285ff29adba0733a0b4dbea66db811434 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.yangtools.sal.binding.generator.impl;
 
 import static org.junit.Assert.assertEquals;
@@ -117,7 +124,7 @@ public class SupportTestUtil {
                 break;
             }
         }
-        assertTrue("Generated type " + genType.getName() + " doesn't implement inrerface " + interfaceNameSearched,
+        assertTrue("Generated type " + genType.getName() + " doesn't implement interface " + interfaceNameSearched,
                 interfaceFound);
     }