]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Fixed a misspelling
authorOleg Broytman <phd@phdru.name>
Fri, 1 Feb 2013 13:05:52 +0000 (13:05 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 1 Feb 2013 13:05:52 +0000 (13:05 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@147 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

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")