diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 18:02:27 +0200 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 18:02:27 +0200 |
commit | df3fac32704b792086ff0118f21b7db18248daf3 (patch) | |
tree | c63f33d8f7b60ae3003c588e67d92c4eb563e3b7 /src/lib/util/python | |
parent | spelling: consist (diff) | |
download | kea-df3fac32704b792086ff0118f21b7db18248daf3.tar.xz kea-df3fac32704b792086ff0118f21b7db18248daf3.zip |
spelling: constant
Diffstat (limited to 'src/lib/util/python')
-rw-r--r-- | src/lib/util/python/const2hdr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/python/const2hdr.py b/src/lib/util/python/const2hdr.py index 59f9bfb787..1a2b7b9336 100644 --- a/src/lib/util/python/const2hdr.py +++ b/src/lib/util/python/const2hdr.py @@ -41,7 +41,7 @@ with open(filename_in) as file_in, open(filename_out, "w") as file_out: "\n" + "// \\file " + filename_out + "\n" + '''// \\brief Common shared constants\n -// This file contains common definitions of constasts used across the sources. +// This file contains common definitions of constants used across the sources. // It includes, but is not limited to the definitions of messages sent from // one process to another. Since the names should be self-explanatory and // the variables here are used mostly to synchronize the same values across |