Fixed a label
authorkh5325.kim <kh5325.kim@samsung.com>
Mon, 13 May 2013 05:44:38 +0000 (14:44 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Mon, 13 May 2013 05:44:38 +0000 (14:44 +0900)
org.tizen.common/src/org/tizen/common/util/log/Level.java

index 5ac85b0..acc3f30 100644 (file)
@@ -50,7 +50,7 @@ public class Level extends org.apache.log4j.Level{
     /**
      * Logging level performance end
      */
-    public static final Level PERFORM_END = new Level(27000, "PERFFORM_END", 5);
+    public static final Level PERFORM_END = new Level(27000, "PERFORM_END", 5);
     
     /**
      * Logging level off