From 4ea9348a97ed82281b1f452ff7e5e7e362524cc7 Mon Sep 17 00:00:00 2001 From: Andrew Robbie Date: Sun, 19 Feb 2012 18:13:19 +1100 Subject: [PATCH] s/exoport/export --- src/org/thoughtcrime/securesms/SecureSMS.java | 4 ++-- .../thoughtcrime/securesms/database/ApplicationExporter.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/org/thoughtcrime/securesms/SecureSMS.java b/src/org/thoughtcrime/securesms/SecureSMS.java index c6e0cfc3b..24c4e93ff 100644 --- a/src/org/thoughtcrime/securesms/SecureSMS.java +++ b/src/org/thoughtcrime/securesms/SecureSMS.java @@ -664,7 +664,7 @@ public class SecureSMS extends ListActivity { public void run() { try { switch (task) { - case TASK_EXPORT: ApplicationExporter.exoprtToSd(SecureSMS.this); break; + case TASK_EXPORT: ApplicationExporter.exportToSd(SecureSMS.this); break; case TASK_IMPORT: ApplicationExporter.importFromSd(SecureSMS.this); break; } } catch (NoExternalStorageException e) { @@ -928,4 +928,4 @@ public class SecureSMS extends ListActivity { } } - \ No newline at end of file + diff --git a/src/org/thoughtcrime/securesms/database/ApplicationExporter.java b/src/org/thoughtcrime/securesms/database/ApplicationExporter.java index 2a54e5381..b752a0eb8 100644 --- a/src/org/thoughtcrime/securesms/database/ApplicationExporter.java +++ b/src/org/thoughtcrime/securesms/database/ApplicationExporter.java @@ -107,7 +107,7 @@ public class ApplicationExporter { } } - public static void exoprtToSd(Context context) throws NoExternalStorageException, IOException { + public static void exportToSd(Context context) throws NoExternalStorageException, IOException { verifyExternalStorageForExport(); exportDirectory(context, ""); // exportDirectory(context, "databases");