1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

Settings: typo

This commit is contained in:
Sebastian Kaspari 2010-11-21 12:58:17 +01:00
parent 7d080a8134
commit 890fc1c50f

View File

@ -31,7 +31,7 @@ import android.preference.PreferenceManager;
* The settings class is a helper class to access the different preferences via
* small and simple methods.
*
* Note: As this class carries a Context instace as private member, instances of
* Note: As this class carries a Context instance as private member, instances of
* this class should be thrown away not later than when the Context should
* be gone. Otherwise this could leak memory.
*