Skip to content

Commit c941982

Browse files
committed
fix typo
1 parent 4f6857d commit c941982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-refimpl-app/app/src/androidTest/java/com/zoffcc/applications/trifa/JavaFriendTester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ else if (cur_act.equals("SetPasswordActivity"))
186186
loops++;
187187
if (loops > max_loops)
188188
{
189-
Log.i(TAG, "ERROR: waiting to long for friend");
189+
Log.i(TAG, "ERROR: waiting too long for friend");
190190
break;
191191
}
192192
count_friends = orma.selectFromFriendList().count();

0 commit comments

Comments
 (0)