From 770b7313c2bc92bccfd1ea0971c2080379c2768f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 25 Jan 2008 00:24:03 +0000 Subject: [PATCH] Typo again, no need to keep them as the format is different from R5 anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23725 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 1f6b8db06b..c45d92f1c0 100644 --- a/src/apps/terminal/TermConst.h +++ b/src/apps/terminal/TermConst.h @@ -84,7 +84,7 @@ const uint32 SAVE_AS_DEFAULT = 'sadf'; const uint32 MSG_CHECK_CHILDREN = 'ckch'; // Preference Read/Write Keys -const char* const PREF_HALF_FONT_FAMILY = "Half Font Famly"; +const char* const PREF_HALF_FONT_FAMILY = "Half Font Family"; const char* const PREF_HALF_FONT_STYLE = "Half Font Style"; const char* const PREF_HALF_FONT_SIZE = "Half Font Size";