diff --git a/Makefile b/Makefile index 6987751..a2fa810 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ noroot: if test $$UID = 0; then echo "don't build as root!"; exit 1; fi members.xml: - test -e /usr/bin/ceoquery || (echo 'Erorr: ceoquery not found'; exit 1) + test -e /usr/bin/ceoquery || (echo 'Error: ceoquery not found'; exit 1) echo '' > $@ echo '' >> $@ ceoquery memberlist | sort | awk -F \| '{ name = $$1; program = $$2; userid = $$3; gsub(/&/, "\\&", name); gsub(/&/, "\\&", program); gsub(/"/, "\\"", name); gsub(/"/, "\\"", program); print ""; }' >> $@ diff --git a/xsl/atom.xsl b/xsl/atom.xsl index e2b3f41..e58a0fb 100644 --- a/xsl/atom.xsl +++ b/xsl/atom.xsl @@ -7,7 +7,7 @@ xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:csc="http://csclub.uwaterloo.ca/xslt"> - +