From: Andre Noll Date: Thu, 27 May 2021 14:59:10 +0000 (+0200) Subject: client.c: Fix typo in comment. X-Git-Tag: v0.6.4~21 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=1c441b995c51843a61520c61bed5486c2082b22d;p=paraslash.git client.c: Fix typo in comment. --- 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);