Skip to content

Commit

Permalink
Fix comment spelling errors.
Browse files Browse the repository at this point in the history
Signed-off-by: Garrison Jensen <garrison.jensen@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2402
  • Loading branch information
GarrisonJ authored and behlendorf committed Jul 1, 2014
1 parent 52e68ed commit b8fce77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/libzfs_core/libzfs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b8fce77

Please sign in to comment.