diff mbox series

Fix typo in update status report

Message ID 20200828153024.18704-1-agust@denx.de
State Accepted
Headers show
Series Fix typo in update status report | expand

Commit Message

Anatolij Gustschin Aug. 28, 2020, 3:30 p.m. UTC
s/updated/update/

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 core/swupdate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Aug. 28, 2020, 3:53 p.m. UTC | #1
On 28.08.20 17:30, Anatolij Gustschin wrote:
> s/updated/update/
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>  core/swupdate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/core/swupdate.c b/core/swupdate.c
> index cc7e2d3..f3d483b 100644
> --- a/core/swupdate.c
> +++ b/core/swupdate.c
> @@ -391,7 +391,7 @@ static int install_from_file(char *fname, int check)
>  	close(fdsw);
>  
>  	if (ret) {
> -		fprintf(stdout, "Software updated failed\n");
> +		fprintf(stdout, "Software update failed\n");
>  		return EXIT_FAILURE;
>  	}

Interesting that it was never noted. Merged, thanks !

Best regards,
Stefano
diff mbox series

Patch

diff --git a/core/swupdate.c b/core/swupdate.c
index cc7e2d3..f3d483b 100644
--- a/core/swupdate.c
+++ b/core/swupdate.c
@@ -391,7 +391,7 @@  static int install_from_file(char *fname, int check)
 	close(fdsw);
 
 	if (ret) {
-		fprintf(stdout, "Software updated failed\n");
+		fprintf(stdout, "Software update failed\n");
 		return EXIT_FAILURE;
 	}