I used \begin{thebibliography} for my bib. I know bibtex is recommended but I finished my work so I would prefer to avoid changes.
The heading is "Bibliography" but I'd prefer to have "References".
I though to an issue with babel so I changed from:
\usepackage[english]{babel}
to
\usepackage[american]{babel}
with no results.
I used also \renewcommand{\bibname}{References} but nothing changed.
My preamble:
\documentclass[12pt, a4paper, oneside, openright]{report}
\usepackage[T1]{fontenc}
\usepackage[ansinew,utf8,latin1]{inputenc}
\usepackage[english]{babel}
\bibliographystyle{harward}
\usepackage[ansinew,utf8,latin1]{inputenc}is a mess. Stick to utf8. For the bibliography title, try\renewcommand\englishbibname{References}. – Bernard Nov 19 '17 at 22:55harward(note the "w")?! – Mico Nov 20 '17 at 07:31