From 3c183a8758e83f6809f77355e019ab98e5fd596b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 12 Oct 2017 19:35:42 +0200 Subject: typo fix Signed-off-by: Denys Vlasenko --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index ef81ea7..f60daef 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -12658,7 +12658,7 @@ expandstr(const char *ps, int syntax_type) doprompt = 0; /* readtoken1() might die horribly. - * Try a prompt with syntacticallyt wrong command: + * Try a prompt with syntactically wrong command: * PS1='$(date "+%H:%M:%S) > ' */ { -- cgit v1.1