From b8fce77b08d110e5f1b8d3161b888b3e6f8e750c Mon Sep 17 00:00:00 2001 From: Garrison Jensen Date: Sun, 15 Jun 2014 10:17:45 -0700 Subject: [PATCH] Fix comment spelling errors. Signed-off-by: Garrison Jensen Signed-off-by: Brian Behlendorf Closes #2402 --- lib/libzfs_core/libzfs_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libzfs_core/libzfs_core.c b/lib/libzfs_core/libzfs_core.c index 3befa4d848..19faa75bd1 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.