Skip to content

Commit fa984c6

Browse files
authored
DOC: Fix typos in tract_querier script (#82)
1 parent 52fc83b commit fa984c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tract_querier

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ def main():
7575

7676
print("Loading files")
7777

78-
# Search order precidence for .qry files
78+
# Search order precedence for .qry files
7979
# 1. Command line options specified are respected first
8080
# 2. Current directory is respected second
81-
# 3. Default query location thrid
81+
# 3. Default query location third
8282
# 4. Source Tree 4th
8383
qry_search_folders = []
8484
if options.include:

0 commit comments

Comments
 (0)