From 1c441b995c51843a61520c61bed5486c2082b22d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 27 May 2021 16:59:10 +0200 Subject: [PATCH 1/1] client.c: Fix typo in comment. --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index f72719f2..3edaab5d 100644 --- a/client.c +++ b/client.c @@ -100,7 +100,7 @@ static int create_merged_lpr(const char *line) /* * The original lpr for the interactive session has no non-option * arguments. We create a fresh lpr from the words in "line" and merge - * it with the orignal lpr. + * it with the original lpr. */ ret = lls(lls_parse(argc, argv, cmd, &argv_lpr, &errctx)); free_argv(argv); -- 2.39.2