From d80d48668f5a37bb5e06f8da9ac8950c5b6283c4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 1 Feb 2013 13:05:52 +0000 Subject: [PATCH] Fixed a misspelling git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@147 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- dotfiles2html/dotfiles2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 11ce0fb..bf0ab7c 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -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") -- 2.39.2