fix some typos

This commit is contained in:
ferhat elmas
2018-10-12 07:09:44 +02:00
parent c1141a86f7
commit 204af90319
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ nodes.forEach(node => {
}
// remove potentially large content (see size limits) and replace with teh summary so that we don't get results with zero highlightable results
// remove potentially large content (see size limits) and replace with the summary so that we don't get results with zero highlightable results
node.content = node.summary;
// remove summary for dedup
+1 -1
View File
@@ -63,7 +63,7 @@ while getopts ":bdp:t:u" opt;do
UPLOAD="true"
;;
\?)
echoerr "Invalid arguemnts"
echoerr "Invalid arguments"
print_help
exit 1
;;