Skip to content

Commit 9040f56

Browse files
committed
Fix comments
1 parent b210688 commit 9040f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.mobile.listview.filter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $( ":jqmData(role='listview')" ).live( "listviewcreate", function() {
4545

4646
if ( val.length < lastval.length || change.length != ( val.length - lastval.length ) ) {
4747

48-
// Removed chars or pasted something totaly different, check all items
48+
// Removed chars or pasted something totally different, check all items
4949
listItems = list.children();
5050
} else {
5151

@@ -75,7 +75,7 @@ $( ":jqmData(role='listview')" ).live( "listviewcreate", function() {
7575
item.toggleClass( "ui-filter-hidequeue" , true );
7676
} else {
7777

78-
// There"s a shown item in the bucket
78+
// There's a shown item in the bucket
7979
childItems = true;
8080
}
8181
}

0 commit comments

Comments
 (0)