summaryrefslogtreecommitdiff
path: root/scripts/make_errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_errors.py')
-rwxr-xr-xscripts/make_errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_errors.py b/scripts/make_errors.py
index 0d0a3a81..897f80b4 100755
--- a/scripts/make_errors.py
+++ b/scripts/make_errors.py
@@ -61,7 +61,7 @@ def parse_errors_txt(url):
m = re.match(r"(.....)\s+(?:E|W|S)\s+ERRCODE_(\S+)(?:\s+(\S+))?$", line)
if m:
errcode, macro, spec = m.groups()
- # skip errcodes without specs as they are not publically visible
+ # skip errcodes without specs as they are not publicly visible
if not spec:
continue
errlabel = spec.upper()