From 55c058ff425afa2115abe5ab320a213a03783ced Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Fri, 18 Mar 2016 07:24:26 -0400 Subject: [PATCH] Minor spelling mistakes --- app/src/main/java/org/isoron/uhabits/models/Habit.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/org/isoron/uhabits/models/Habit.java b/app/src/main/java/org/isoron/uhabits/models/Habit.java index d52a63fa0..38269cfc6 100644 --- a/app/src/main/java/org/isoron/uhabits/models/Habit.java +++ b/app/src/main/java/org/isoron/uhabits/models/Habit.java @@ -265,7 +265,7 @@ public class Habit extends Model } /** - * Changes the position of a habit in the list. + * Changes the position of a habit on the list. * * @param from the habit that should be moved * @param to the habit that currently occupies the desired position @@ -292,7 +292,7 @@ public class Habit extends Model } /** - * Recompute the field position for every habit in the database. It should never be necessary + * Recomputes the position for every habit in the database. It should never be necessary * to call this method. */ public static void rebuildOrder()