Skip to content

Commit 3413805

Browse files
committed
Fix typo
1 parent 137a218 commit 3413805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/netbeans/modules/php/wordpress/editor/completion/FilterAndActionCompletion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected void query(CompletionResultSet completionResultSet, Document doc, int
170170
}
171171

172172
/**
173-
* Check whether funciton is add_filter
173+
* Check whether function is add_filter
174174
*
175175
* @param ts
176176
* @return true if add_filter, otherwise false

0 commit comments

Comments
 (0)