From 87f28716614ebbb37aabb199136ff4c407839466 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Mon, 7 Jul 2025 22:17:26 +0800 Subject: [PATCH] servoshell: Fix typo in `window-size` command-line argument help (#37916) Signed-off-by: Euclid Ye --- ports/servoshell/prefs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/servoshell/prefs.rs b/ports/servoshell/prefs.rs index 466458a45a9..6cdbe5b154f 100644 --- a/ports/servoshell/prefs.rs +++ b/ports/servoshell/prefs.rs @@ -274,7 +274,7 @@ pub(crate) fn parse_command_line_arguments(args: Vec) -> ArgumentParsing opts.optopt( "", "window-size", - "Set the initial window size in logical (device independenrt) pixels", + "Set the initial window size in logical (device independent) pixels", "1024x740", ); opts.optopt(