summaryrefslogtreecommitdiff
path: root/dist/s_style
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-06-28 08:09:44 -0400
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-06-28 08:09:44 -0400
commit5b311462d8ae5c776cf3b347337704e2354ff5bd (patch)
tree54fbf522ce5d69182f9e5e5d2c69ad193e578eb6 /dist/s_style
parentd869f771c86ac73af8259d7108af29fc6e4d97b6 (diff)
downloadmongo-5b311462d8ae5c776cf3b347337704e2354ff5bd.tar.gz
typo.
Diffstat (limited to 'dist/s_style')
-rw-r--r--dist/s_style2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_style b/dist/s_style
index fb583b95c64..fc96749fce0 100644
--- a/dist/s_style
+++ b/dist/s_style
@@ -1,6 +1,6 @@
#! /bin/sh
-# General style correction and cleanup..
+# General style correction and cleanup.
t=__wt.$$
trap 'rm -f $t; exit 0' 0 1 2 3 13 15