ossp-pkg/var/var.c 1.100 -> 1.101
--- var.c 2003/07/31 07:29:52 1.100
+++ var.c 2004/02/17 09:21:06 1.101
@@ -2580,7 +2580,7 @@
/* post-processing */
if (rc >= 0) {
- /* always NUL-terminate output for convinience reasons
+ /* always NUL-terminate output for convenience reasons
but do not count the NUL-terminator in the length */
if (!tokenbuf_append(&output, "\0", 1)) {
tokenbuf_free(&output);
|
|