summaryrefslogtreecommitdiff
path: root/tools/bug_tool
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-09-11 09:23:43 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-09-11 09:23:43 -0400
commitec06f2c49f1986493b5b9b6b684d00037c373f4f (patch)
tree77d0759f236a6205714fc09ead56300218423356 /tools/bug_tool
parent6048d2cd2319976c039843e3981013e42350dc3a (diff)
spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig
Diffstat (limited to 'tools/bug_tool')
-rw-r--r--tools/bug_tool/ClientCookie/_ClientCookie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bug_tool/ClientCookie/_ClientCookie.py b/tools/bug_tool/ClientCookie/_ClientCookie.py
index 307fa22afb..abcb2c86f1 100644
--- a/tools/bug_tool/ClientCookie/_ClientCookie.py
+++ b/tools/bug_tool/ClientCookie/_ClientCookie.py
@@ -534,7 +534,7 @@ class DefaultCookiePolicy(CookiePolicy):
Both RFC 2965 and Netscape cookies are covered.
The easiest way to provide your own policy is to override this class and
- call its methods in your overriden implementations before adding your own
+ call its methods in your overridden implementations before adding your own
additional checks.
import ClientCookie