Check-in Number:
|
1912 | |
Date: |
2002-Feb-28 12:08:58 (local)
2002-Feb-28 11:08:58 (UTC) |
User: | rse |
Branch: | |
Comment: |
typo |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/var/var.c 1.64 -> 1.65
--- var.c 2002/02/28 09:29:48 1.64
+++ var.c 2002/02/28 11:08:58 1.65
@@ -2188,7 +2188,7 @@
"undefined variable", /* VAR_ERR_UNDEFINED_VARIABLE */
"input is neither text nor variable", /* VAR_ERR_INPUT_ISNT_TEXT_NOR_VARIABLE */
"unknown command character in variable", /* VAR_ERR_UNKNOWN_COMMAND_CHAR */
- "malformated search and replace operation", /* VAR_ERR_MALFORMATTED_REPLACE */
+ "malformatted search and replace operation", /* VAR_ERR_MALFORMATTED_REPLACE */
"unknown flag in search and replace operation", /* VAR_ERR_UNKNOWN_REPLACE_FLAG */
"invalid regular expression in search and replace operation", /* VAR_ERR_INVALID_REGEX_IN_REPLACE */
"missing parameter in command", /* VAR_ERR_MISSING_PARAMETER_IN_COMMAND */
|
|