Fix typos.

This commit is contained in:
Ken Shirriff
2009-05-13 17:47:31 -07:00
parent c4cdc7d8a1
commit 60b88edea7
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import android.content.Intent;
import android.os.Bundle;
/**
* A conveience class to aid in implementing an AppWidget provider.
* A convenience class to aid in implementing an AppWidget provider.
* Everything you can do with AppWidgetProvider, you can do with a regular {@link BroadcastReceiver}.
* AppWidgetProvider merely parses the relevant fields out of the Intent that is received in
* {@link #onReceive(Context,Intent) onReceive(Context,Intent)}, and calls hook methods