[Title] cli: fixed a wrong string
authorJihoon Song <jihoon80.song@samsung.com>
Sun, 23 Jun 2013 12:22:21 +0000 (21:22 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Sun, 23 Jun 2013 12:22:21 +0000 (21:22 +0900)
[Desc.]
[Issue]

Change-Id: I01f65190c4f5110b2c7874f2d92ca68f3ea202d3

org.tizen.cli/src/org/tizen/cli/exec/sign/Main.java

index 1f087c1..8fa31a9 100644 (file)
@@ -210,7 +210,7 @@ extends AbstractLauncher
                 final Prompter prompter = getPrompter();
                 
                 final Option option = prompter.interact(
-                    MessageFormat.format( ".projet file doesn''t exist in [{0}]\nDo you want to be continue?", baseDir ),
+                    MessageFormat.format( ".project file doesn''t exist in [{0}]\nDo you want to be continue?", baseDir ),
                     yes,
                     no
                 );