am 457ba902: Merge "fix typo for exception message"

# By Sungmin Choi
# Via Gerrit Code Review (1) and Sungmin Choi (1)
* commit '457ba902e2bd504a51f2c18034452cf2d85c844b':
  fix typo for exception message
diff --git a/src/com/android/providers/telephony/TelephonyProvider.java b/src/com/android/providers/telephony/TelephonyProvider.java
index 3f22e2d..fa05035 100644
--- a/src/com/android/providers/telephony/TelephonyProvider.java
+++ b/src/com/android/providers/telephony/TelephonyProvider.java
@@ -333,11 +333,11 @@
                     }
                     db.setTransactionSuccessful();
                 } catch (XmlPullParserException e)  {
-                    Log.e(TAG, "Got execption while getting perferred time zone.", e);
+                    Log.e(TAG, "Got execption while loading apns.", e);
                 } catch (IOException e) {
-                    Log.e(TAG, "Got execption while getting perferred time zone.", e);
+                    Log.e(TAG, "Got IOExecption while loading apns.", e);
                 } catch (SQLException e){
-                    Log.e(TAG, "Got SQLException", e);
+                    Log.e(TAG, "Got SQLException while loading apns.", e);
                 } finally {
                     db.endTransaction();
                 }