summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 19:54:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-17 21:05:01 +0100
commit4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35 (patch)
tree42539a0edec153a11503ccc7b0f56f78f1a2f8aa /android
parent970b76816a03be0f57f35a790bea57bf299e344b (diff)
Fix typos
Change-Id: I18ce04cbaa79c827a52e2441e98ee2e3377b5877 Reviewed-on: https://gerrit.libreoffice.org/48077 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'android')
-rw-r--r--android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java b/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
index 386b1638ebaf..681fb6fd6019 100644
--- a/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
+++ b/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
@@ -38,7 +38,7 @@ public class GeckoLayerClient implements PanZoomTarget {
* 1) reading mViewportMetrics from any thread is fine without synchronization
* 2) writing to mViewportMetrics requires synchronizing on the layer controller object
* 3) whenever reading multiple fields from mViewportMetrics without synchronization (i.e. in
- * case 1 above) you should always frist grab a local copy of the reference, and then use
+ * case 1 above) you should always first grab a local copy of the reference, and then use
* that because mViewportMetrics might get reassigned in between reading the different
* fields. */
private volatile ImmutableViewportMetrics mViewportMetrics;