From 8a87043c4bddd1510ed3e6688d5e6383a5e2e8c9 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Tue, 27 Jul 2010 16:32:09 +0000 Subject: [PATCH] Fixed a typo spotted by dru345 on #haiku git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37774 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index db10a242f3..6d5a81868a 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1692,7 +1692,7 @@ MemSizeToString(char string[], size_t size, system_info* info) * (B_PAGE_SIZE / 1048576.0f) + 0.5f); if (inaccessibleMemory > 0) { BString message(B_TRANSLATE("%total MiB total, %inaccessible MiB " - "inacessible")); + "inaccessible")); snprintf(string, size, "%d", int((info->max_pages + info->ignored_pages) * (B_PAGE_SIZE / 1048576.0f) + 0.5f));