* 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
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user