X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=3edaab5dbbf2ec6f086a9483500e431069770b28;hb=73a77d2b8293081f7bda2838242935bd74aebbe0;hp=f72719f27df46b012165a9e8c8bde3586d602a95;hpb=7e611b37e41f0ec7ec6d3173b7e88ed5b9b3a276;p=paraslash.git 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);