--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sun Nov 02 19:23:01 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sun Nov 02 19:43:17 2014 +0100 @@ -1465,7 +1465,7 @@ @pyqtSlot() def on_sendButton_clicked(self): """ - Private slot to send the input to the merurial process. + Private slot to send the input to the mercurial process. """ input = self.input.text() input += os.linesep