summaryrefslogtreecommitdiff
path: root/src/common/fqterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fqterm.h')
-rw-r--r--src/common/fqterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fqterm.h b/src/common/fqterm.h
index 6cb9c67..3fad56f 100644
--- a/src/common/fqterm.h
+++ b/src/common/fqterm.h
@@ -104,7 +104,7 @@ inline QString encoding2unicode(const QByteArray &text, int encoding) {
// every character has a 16-bit description
// low 8 for colors
-// hight 8 for attributes
+// high 8 for attributes
#define COLORMASK 0x00ff
#define ATTRMASK 0xff00