From d79d955fa2820f0541ecfd0f4eb288ac9c00abdd Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 10 Mar 2018 13:11:08 +0000 Subject: [PATCH] Fix typo in comment Signed-off-by: Niels Thykier --- scour/scour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scour/scour.py b/scour/scour.py index a1ac2c1..60cdff0 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -1375,7 +1375,7 @@ def computeGradientBucketKey(grad): stopKey = stop.getAttribute(attr) subKeys.append(stopKey) - # Use a raw ASCII "record seperator" control character as it is + # Use a raw ASCII "record separator" control character as it is # not likely to be used in any of these values (without having to # be escaped). return "\x1e".join(subKeys)