From 3e7cdf1e98f7cc004f23ce65ff09b30f3c14bceb Mon Sep 17 00:00:00 2001 From: cburroughs Date: Fri, 21 Nov 2014 13:57:25 -0500 Subject: [PATCH] doc typos --- zfs_arc/conf.d/zfs_arc.pyconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zfs_arc/conf.d/zfs_arc.pyconf b/zfs_arc/conf.d/zfs_arc.pyconf index 7176ae98..10435a2c 100644 --- a/zfs_arc/conf.d/zfs_arc.pyconf +++ b/zfs_arc/conf.d/zfs_arc.pyconf @@ -8,7 +8,7 @@ modules { value = "linux" } # This module calculates all metrics (including derived) rates at - # onces and then serves them out of a cache. This determines the + # once and then serves them out of a cache. This determines the # minimum TTL. param min_poll_seconds { value = 5 @@ -24,7 +24,7 @@ modules { # Ideally some sort of unsigned integer would be used for # measurements of bytes of memory. gmond/modpython on a # particular architecture does not necessarily support 64bit (let - # along zfs's 128bit) integers. If true this flag reports all + # alone zfs's 128bit) integers. If true this flag reports all # metrics as doubles. param force_double { value = True