Fix typos.
[bpt/emacs.git] / admin / make-changelog-diff
index 7d98d22..5ab468c 100755 (executable)
@@ -1,5 +1,7 @@
 #! /bin/bash
 
+## Author: Francesco Potorti` <pot@gnu.org>
+
 if [ $# -ne 2 ]; then
     echo "usage: $0 TAG1 TAG2" >&2
     exit 1