]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: constant
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:02:27 +0000 (12:02 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:02:27 +0000 (12:02 -0400)
src/lib/util/python/const2hdr.py

index 59f9bfb7873b5cf9a3a3dea8d79f8e92c68c2a9c..1a2b7b93367400e3c2c4ef877159490584bdbed0 100644 (file)
@@ -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