From b4fd882ece2e673f084b7820b7a8925a86c9bfce Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 20 Feb 2022 17:17:37 +0100 Subject: [PATCH] Fix typo --- app/src/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/cli.c b/app/src/cli.c index ab2d7d10..ae88ba40 100644 --- a/app/src/cli.c +++ b/app/src/cli.c @@ -118,7 +118,7 @@ static const struct sc_option options[] = { .text = "Crop the device screen on the server.\n" "The values are expressed in the device natural orientation " "(typically, portrait for a phone, landscape for a tablet). " - "Any --max-size value is cmoputed on the cropped size.", + "Any --max-size value is computed on the cropped size.", }, { .shortopt = 'd',