Add support for startup file to evaluator
[mono.git] / mcs / tools / csharp / repl.cs
index f4303667ad4ce9fef9e2103de479441c201984af..cfca5b441767707ebbd3311d4ff5f01e2212d5ee 100644 (file)
@@ -128,7 +128,7 @@ namespace Mono {
                public static new string help {
                        get {
                                return InteractiveBase.help +
-                                       "  TabAtStartCompletes - Whether tab will complete even on emtpy lines\n";
+                                       "  TabAtStartCompletes - Whether tab will complete even on empty lines\n";
                        }
                }
        }