\documentclass[11pt,english]{report}
\usepackage{fixltx2e}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage[includeheadfoot,margin=1in]{geometry}
\usepackage[flushmargin,hang,multiple,ragged]{footmisc}
\usepackage{titlesec}
\usepackage{blindtext}
\raggedright
\hyphenpenalty10000
\parindent0em
\makeatletter
\newcommand*{\spelled}[1]{%
\expandafter\@spelled\csname c@#1\endcsname
}
\newcommand*{\@spelled}[1]{%
\ifcase#1\or{One}\or{Two}\or{Three}\or{Four}\or{Five}\or{Six}\or{Seven}\or{Eight}\or{Nine}\or{Ten}\else\@ctrerr\fi
}
\makeatother
% Setup for headings (titlesec)
\titleformat{\chapter}[display]
{\normalfont\Large\filcenter\bfseries\scshape}
{\LARGE\MakeUppercase{\chaptertitlename~\spelled{chapter}}}
{1pc}
{\Huge}
\begin{document}
\blindtext\footnote{\blindtext}
\end{document}