Skip to content
Snippets Groups Projects
Commit a4256d1d authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix typo

Change-Id: I8c3797fb2d343ec6f25765fba49ac097e816d1cf
parent d2955cb1
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,7 @@ public class Content {
System.out.println(builder);
} while (cursor.moveToNext());
} else {
System.out.println("No reuslt found.");
System.out.println("No result found.");
}
} finally {
cursor.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment