summaryrefslogtreecommitdiff
path: root/src/termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c
index 42f6a73..8f6b8b9 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -260,7 +260,7 @@ int he;
D_US = D_UE = 0;
if (D_SG > 0)
D_SO = D_SE = 0;
- /* Unfortunatelly there is no 'mg' capability.
+ /* Unfortunately there is no 'mg' capability.
* For now we think that mg > 0 if sg and ug > 0.
*/
if (D_UG > 0 && D_SG > 0)