]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfiles2html.py
Fixed a misspelling
[phdru.name/phdru.name.git] / dotfiles2html / dotfiles2html.py
index 11ce0fb5ac9e461d29c7977b816d364e6d197124..bf0ab7cd509c4bd6e0fc6b70f2b975eb98ca078a 100755 (executable)
@@ -29,7 +29,7 @@ def add_headers(fname, first, prev, next, last):
        txt_name = fname
 
    html_file = open(html_fname, 'w')
-   if fname in ("muttrc", "procmairc", "vimrc"):
+   if fname in ("muttrc", "procmailrc", "vimrc"):
        html_file.write("#encoding koi8-r\n")
    html_file.write("#extends phd_site\n")
    html_file.write("#implements respond\n")