Browse Source

spelling: constant

Josh Soref 7 years ago
parent
commit
df3fac3270
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/python/const2hdr.py

+ 1 - 1
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" +
                            "\n" +
                            "// \\file " + filename_out + "\n" +
                            "// \\file " + filename_out + "\n" +
 '''// \\brief Common shared constants\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
 // 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
 // one process to another. Since the names should be self-explanatory and
 // the variables here are used mostly to synchronize the same values across
 // the variables here are used mostly to synchronize the same values across