diff --git a/util/update-copyrights.sh b/util/update-copyrights.sh index f4b1ce2ae..5a5c09cb1 100755 --- a/util/update-copyrights.sh +++ b/util/update-copyrights.sh @@ -6,7 +6,7 @@ # TODO: verify $1 and $2 exist # TODO: verify ack and xargs exist on this system -# This update comments in soure code +# This update comments in source code ack -l -i "20..-20..*Hush dev" | xargs ./util/replace.pl -$1 -$2 # This updates the define which is used by C++ help output