Skip to content

Commit a5d6b55

Browse files
authored
Fix typo in a test comment (#1810)
2 parents abf606f + 3bda42c commit a5d6b55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Simplenote/src/androidTest/java/com/automattic/simplenote/utils/MatchOffsetHighlighterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public Object[] buildSpans() {
2525
};
2626

2727
// Uses the offsets from a SQLite fulltext offset function call to highlight text
28-
// matches are a set of 4 integers seperated by a space. The integers are
28+
// matches are a set of 4 integers separated by a space. The integers are
2929
// 1. The column from the full text table
3030
// 2. The index of the term from the search
3131
// 3. The index of the start of the match

0 commit comments

Comments
 (0)