From 907227a8df24e2dae5d5f7281bef59f90d203b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 24 Jan 2008 22:23:33 +0000 Subject: [PATCH] Was that a typo ? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23724 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/terminal/TermConst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/terminal/TermConst.h b/src/apps/terminal/TermConst.h index bcd3aa9166..1f6b8db06b 100644 --- a/src/apps/terminal/TermConst.h +++ b/src/apps/terminal/TermConst.h @@ -99,7 +99,7 @@ const char* const PREF_IM_FORE_COLOR = "IM Foreground Color"; const char* const PREF_IM_BACK_COLOR = "IM Background Color"; const char* const PREF_IM_SELECT_COLOR = "IM Selection Color"; -const char* const PREF_HISTORY_SIZE = "Histry Size"; +const char* const PREF_HISTORY_SIZE = "History Size"; const char* const PREF_CURSOR_BLINKING = "Cursor Blinking rate"; const char* const PREF_IM_AWARE = "Input Method Aware";