From: Denys Vlasenko Date: Thu, 12 Oct 2017 17:35:42 +0000 (+0200) Subject: typo fix X-Git-Tag: 1_28_0~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c183a8758e83f6809f77355e019ab98e5fd596b;p=oweals%2Fbusybox.git typo fix Signed-off-by: Denys Vlasenko --- diff --git a/shell/ash.c b/shell/ash.c index ef81ea70f..f60daefc1 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) > ' */ {