projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9d242
)
client.c: Fix typo in comment.
author
Andre Noll
<maan@tuebingen.mpg.de>
Thu, 27 May 2021 14:59:10 +0000
(16:59 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Fri, 28 May 2021 13:06:17 +0000
(15:06 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index
f72719f
..
3edaab5
100644
(file)
--- 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 orig
i
nal lpr.
*/
ret = lls(lls_parse(argc, argv, cmd, &argv_lpr, &errctx));
free_argv(argv);