Fix typo in comment

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2018-03-10 13:11:08 +00:00
parent 69471b8e8d
commit d79d955fa2

View file

@ -1375,7 +1375,7 @@ def computeGradientBucketKey(grad):
stopKey = stop.getAttribute(attr) stopKey = stop.getAttribute(attr)
subKeys.append(stopKey) 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 # not likely to be used in any of these values (without having to
# be escaped). # be escaped).
return "\x1e".join(subKeys) return "\x1e".join(subKeys)