From: Josh Soref Date: Sun, 23 Jul 2017 16:02:27 +0000 (-0400) Subject: spelling: constant X-Git-Tag: trac5124a_base~35^2~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df3fac32704b792086ff0118f21b7db18248daf3;p=thirdparty%2Fkea.git spelling: constant --- 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