From b0c3ed0447f7629a8224cef6ac72be681382b87c Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 20 Oct 2010 17:32:29 +0000 Subject: [PATCH] * fix a couple of typos * removed a sentence that's no longer true git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39024 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/locale/LocaleRoster.dox | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/user/locale/LocaleRoster.dox b/docs/user/locale/LocaleRoster.dox index 2c20e0a319..685487cbaa 100644 --- a/docs/user/locale/LocaleRoster.dox +++ b/docs/user/locale/LocaleRoster.dox @@ -1,16 +1,13 @@ /*! \class BLocaleRoster \ingroup locale -\brief Main class for accessingthe locale kit data +\brief Main class for accessing the locale kit data -The Locale Roster is the central part of the locale roster. -It is a blobal object (be_locale_roster) storing all the useful locale +The Locale Roster is the central part of the locale kit. +It is a global object (be_locale_roster) storing all the useful locale data. Other classes from the Locale Kit can be constructed on their own, -but only hte Locale Roster allows you to do so while taking account of +but only the Locale Roster allows you to do so while taking account of the user's locale settings. - -The Locale Roster also provides convenient short-hands to the most used -methods of the Locale Kit. */ /*!