aboutsummaryrefslogtreecommitdiff
path: root/cmd/myshell
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/myshell')
-rw-r--r--cmd/myshell/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/myshell/main.go b/cmd/myshell/main.go
index fdf0f6d..65ed355 100644
--- a/cmd/myshell/main.go
+++ b/cmd/myshell/main.go
@@ -16,5 +16,5 @@ func main() {
fmt.Println(err.Error())
}
- fml.Printf("%s: command not found\n", strings.TrimRight(in, "\n"))
+ fmt.Printf("%s: command not found\n", strings.TrimRight(in, "\n"))
}