Skip to content

Commit 3c4c11b

Browse files
committed
fix typo
1 parent 7ecec1e commit 3c4c11b

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
@@ -258,7 +258,7 @@ private static void screenshot_full(final String num)
258258
}
259259
catch (Exception e)
260260
{
261-
Log.i(TAG, "ERROR on ca pturing full screenshot: "+ "test_" + num + ".png" + " E:" + e.getMessage());
261+
Log.i(TAG, "ERROR on capturing full screenshot: "+ "test_" + num + ".png" + " E:" + e.getMessage());
262262
e.printStackTrace();
263263
}
264264
}

0 commit comments

Comments
 (0)