diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-06-13 21:49:21 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-06-13 21:49:21 +0000 |
commit | 0dd1763fd61cb2c8ebe8fb606c1b6ee159ffd6e3 (patch) | |
tree | 313e7b7b4ecf4c26e771db2b4c1a8c64b5c286c5 /lib | |
parent | 6b323ac3374bb4a95167e978c6076bca0cabb85b (diff) | |
download | FreeBSD-src-0dd1763fd61cb2c8ebe8fb606c1b6ee159ffd6e3.zip FreeBSD-src-0dd1763fd61cb2c8ebe8fb606c1b6ee159ffd6e3.tar.gz |
Fix spelling.
PR: docs/124561
Submitted by: Sam Banks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libgeom/libgeom.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgeom/libgeom.3 b/lib/libgeom/libgeom.3 index 6feb558..4c2682d 100644 --- a/lib/libgeom/libgeom.3 +++ b/lib/libgeom/libgeom.3 @@ -117,7 +117,7 @@ interacting with the GEOM subsystem in the kernel. .Ss "Statistics Functions" GEOM collects statistics data for all consumers and providers, but does not perform any normalization or presentation on the raw data, this is -left as an excercize for user-land presentation utilities. +left as an exercise for user-land presentation utilities. .Pp The .Fn geom_stats_open |