[haiku-commits] haiku: hrev43702 - src/apps/aboutsystem

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 30 Jan 2012 22:55:16 +0100 (CET)

hrev43702 adds 1 changeset to branch 'master'
old head: db65804d14a68917814c37f016fe41471a0f17ba
new head: 9d214eb1844679b582df4dec45007695597b17ac

----------------------------------------------------------------------------

9d214eb: Fixed a typo in the copyright. Spotted by Rene. Thanks!

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev43702
Commit:      9d214eb1844679b582df4dec45007695597b17ac
URL:         http://cgit.haiku-os.org/haiku/commit/?id=9d214eb
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Mon Jan 30 21:53:58 2012 UTC

----------------------------------------------------------------------------

1 files changed, 1 insertions(+), 1 deletions(-)
src/apps/aboutsystem/AboutSystem.cpp |    2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/aboutsystem/AboutSystem.cpp 
b/src/apps/aboutsystem/AboutSystem.cpp
index 2a78110..c5ecbc3 100644
--- a/src/apps/aboutsystem/AboutSystem.cpp
+++ b/src/apps/aboutsystem/AboutSystem.cpp
@@ -1404,7 +1404,7 @@ AboutView::_CreateCreditsView()
                        "2003-2004 Electronic Font Open Laboratory (/efont/).",
                        COPYRIGHT_STRING "2003-2012 M+ FONTS PROJECT.",
                        COPYRIGHT_STRING "2006-2012 Daisuke SUZUKI.",
-                       COPYRIGHT_STRING "2006-20012 Project Vine.",
+                       COPYRIGHT_STRING "2006-2012 Project Vine.",
                        B_TRANSLATE("MIT license. All rights reserved."),
                        NULL)
                .SetLicense("BSD (3-clause)")


Other related posts:

  • » [haiku-commits] haiku: hrev43702 - src/apps/aboutsystem - mattmadia