* 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:
Oliver Tappe
2010-10-20 17:32:29 +00:00
parent 6576ad5ffc
commit b0c3ed0447
+4 -7
View File
@@ -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.
*/
/*!