aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c')
-rw-r--r--payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c b/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c
index 3c1b86e7a2..4f886daf20 100644
--- a/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c
+++ b/payloads/libpayload/curses/PDCurses-3.4/os2/pdcdisp.c
@@ -4,7 +4,7 @@
RCSID("$Id: pdcdisp.c,v 1.49 2008/07/14 04:24:51 wmcbrine Exp $")
-/* ACS definitions originally by jshumate@wrdis01.robins.af.mil -- these
+/* ACS definitions originally by jshumate@wrdis01.robins.af.mil -- these
match code page 437 and compatible pages (CP850, CP852, etc.) */
#ifdef CHTYPE_LONG
@@ -70,7 +70,7 @@ void PDC_transform_line(int lineno, int x, int len, const chtype *srcp)
PDC_LOG(("PDC_transform_line() - called: line %d\n", lineno));
- /* replace the attribute part of the chtype with the
+ /* replace the attribute part of the chtype with the
actual color value for each chtype in the line */
for (j = 0; j < len; j++)