diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-11-29 09:25:28 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-11-29 09:25:28 -0500 |
commit | dceb806a068ebc3a51fff8b11d6cc2bc26ce8790 (patch) | |
tree | d9fc1b95415e8783633d19c0f2af3f4c3d47137e /dist | |
parent | 65df4aa86bee01d65eca31ec060137633d842a30 (diff) | |
download | mongo-dceb806a068ebc3a51fff8b11d6cc2bc26ce8790.tar.gz |
Fix a comment typo.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/stat_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py index 2430ec18da1..86f91a2642e 100644 --- a/dist/stat_data.py +++ b/dist/stat_data.py @@ -8,7 +8,7 @@ # NOTE: All statistics descriptions must have a prefix string followed by ':'. # # Data-source statistics are normally aggregated across the set of underlying -# objects. Additional optionaly configuration flags are available: +# objects. Additional optional configuration flags are available: # no_aggregate Ignore the value when aggregating statistics # max_aggregate Take the maximum value when aggregating statistics # |