Skip to content

Commit

Permalink
chore: remove repetitive words
Browse files Browse the repository at this point in the history
Signed-off-by: growfrow <growfrow@outlook.com>
  • Loading branch information
growfrow committed Apr 18, 2024
1 parent 776ea56 commit a204a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -78,7 +78,7 @@ static public String[] detectPathFromTag(TreeReader parser, String tag) throws T
* The element name (can be qualified) to search for
* @return If the tag is found, an array of strings is returned. If the tag is at the top level, the tag will be the
* only item in the array. If the tag is nested beneath the top level, the array is filled with the
* hierarchy with the tag name at the last index null if the the tag is not found.
* hierarchy with the tag name at the last index null if the tag is not found.
* @throws TreeReaderException
*/
static protected List<String> detectRecordElement(TreeReader parser, String tag) throws TreeReaderException {
Expand Down
2 changes: 1 addition & 1 deletion main/webapp/modules/core/externals/suggest/suggest-4_3a.js
Expand Up @@ -1616,7 +1616,7 @@
* filter, spell, lang, exact, scoring, key, prefixed, stemmed, format
*
* are the new parameters used by the new freebase search on googleapis.
* Please refer the the API documentation as these parameters
* Please refer to the API documentation as these parameters
* will be transparently passed through to the search service.
*
* @see http://wiki.freebase.com/wiki/ApiSearch
Expand Down
2 changes: 1 addition & 1 deletion packaging/desktop/openrefine.metainfo.xml
Expand Up @@ -23,7 +23,7 @@

<screenshots>
<screenshot type="default">
<caption>Transforming data in in an OpenRefine project</caption>
<caption>Transforming data in an OpenRefine project</caption>
<image>https://upload.wikimedia.org/wikipedia/commons/8/83/OpenRefine_Commons_reconciled_with_Wikidata.png</image>
</screenshot>
</screenshots>
Expand Down

0 comments on commit a204a48

Please sign in to comment.