diff options
author | Garrison Jensen <[email protected]> | 2014-06-15 10:17:45 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-07-01 14:20:23 -0700 |
commit | b8fce77b08d110e5f1b8d3161b888b3e6f8e750c (patch) | |
tree | f1a45ffa21d21a612c5cd14fc5af19d799bc2fb1 | |
parent | 52e68edc2d486f530610ed0fe14f80cf50b31067 (diff) |
Fix comment spelling errors.
Signed-off-by: Garrison Jensen <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2402
-rw-r--r-- | lib/libzfs_core/libzfs_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libzfs_core/libzfs_core.c b/lib/libzfs_core/libzfs_core.c index 3befa4d84..19faa75bd 100644 --- a/lib/libzfs_core/libzfs_core.c +++ b/lib/libzfs_core/libzfs_core.c @@ -44,7 +44,7 @@ * to commit to it once it is more complete and we determine that it * meets the needs of all consumers. * - * - Programatic Error Handling. libzfs_core communicates errors with + * - Programmatic Error Handling. libzfs_core communicates errors with * defined error numbers, and doesn't print anything to stdout/stderr. * * - Thin Layer. libzfs_core is a thin layer, marshaling arguments @@ -350,7 +350,7 @@ lzc_exists(const char *dataset) * added to errlist, but will not cause an overall failure. * * The return value will be 0 if all holds, for snapshots that existed, - * were succesfully created. + * were successfully created. * * Otherwise the return value will be the errno of a (unspecified) hold that * failed and no holds will be created. |