X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=8caf44839919fb33c1368715c528f507ebc7a5c9;hb=d440a71683940a58747de6dc32643db452d9cf54;hp=46163f162d7da19bb2f57ae8fc24873b0b8a32bd;hpb=5dffe231771540d1295c5d75b29920834478051f;p=paraslash.git diff --git a/client.c b/client.c index 46163f16..8caf4483 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);