diff options
Diffstat (limited to 'include/sys/zcp.h')
-rw-r--r-- | include/sys/zcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zcp.h b/include/sys/zcp.h index b720d8637..5cc520da5 100644 --- a/include/sys/zcp.h +++ b/include/sys/zcp.h @@ -149,7 +149,7 @@ typedef struct zcp_arg { /* * The name of this argument. For keyword arguments this is the name * functions will use to set the argument. For positional arguments - * the name has no programatic meaning, but will appear in error + * the name has no programmatic meaning, but will appear in error * messages and help output. */ const char *za_name; |