[haiku-commits] r37774 - haiku/trunk/src/apps/aboutsystem

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 27 Jul 2010 18:32:09 +0200 (CEST)

Author: phoudoin
Date: 2010-07-27 18:32:09 +0200 (Tue, 27 Jul 2010)
New Revision: 37774
Changeset: http://dev.haiku-os.org/changeset/37774

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Fixed a typo spotted by dru345 on #haiku

Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-07-27 15:39:47 UTC 
(rev 37773)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-07-27 16:32:09 UTC 
(rev 37774)
@@ -1692,7 +1692,7 @@
                * (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));


Other related posts:

  • » [haiku-commits] r37774 - haiku/trunk/src/apps/aboutsystem - philippe . houdoin