From fbec6ac08999a36664571dc0b1eba3ba251a5984 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 4 Jan 2016 12:22:58 +0100 Subject: Fix typos Change-Id: I3fba2c76c83381eb398c80947ef4849bccf7ab27 Reviewed-on: https://gerrit.libreoffice.org/21078 Reviewed-by: Ashod Nakashian Tested-by: Ashod Nakashian --- android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java | 4 ++-- android/source/src/java/org/mozilla/gecko/gfx/Axis.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'android') diff --git a/android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java b/android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java index 29229e142b1c..148a98cbafec 100644 --- a/android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java +++ b/android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java @@ -533,7 +533,7 @@ public class LibreOfficeUIActivity extends AppCompatActivity implements ActionBa startActivity(new Intent(getApplicationContext(), SettingsActivity.class)); return true; case R.id.menu_storage_preferences: - startActivity(new Intent(this, DocumentProviderSettingsActivity.class));; + startActivity(new Intent(this, DocumentProviderSettingsActivity.class)); break; default: @@ -617,7 +617,7 @@ public class LibreOfficeUIActivity extends AppCompatActivity implements ActionBa Log.d(LOGTAG, currentDirectory.toString() + Integer.toString(filterMode) + Integer.toString(viewMode)); //prefs.edit().putInt(EXPLORER_VIEW_TYPE, viewType).commit(); - Log.d(LOGTAG, "savedInstanceSate"); + Log.d(LOGTAG, "savedInstanceState"); } @Override diff --git a/android/source/src/java/org/mozilla/gecko/gfx/Axis.java b/android/source/src/java/org/mozilla/gecko/gfx/Axis.java index 61407cb724cd..d4a7ac2ce5a7 100644 --- a/android/source/src/java/org/mozilla/gecko/gfx/Axis.java +++ b/android/source/src/java/org/mozilla/gecko/gfx/Axis.java @@ -317,7 +317,7 @@ abstract class Axis { // if overscroll is disabled and we're trying to overscroll, reset the displacement // to remove any excess. Using getExcess alone isn't enough here since it relies on - // getOverscroll which doesn't take into account any new displacment being applied + // getOverscroll which doesn't take into account any new displacement being applied if (getOverScrollMode() == View.OVER_SCROLL_NEVER) { if (mDisplacement + getOrigin() < getPageStart()) { mDisplacement = getPageStart() - getOrigin(); -- cgit v1.2.3