diff -r 57365172e94f -r 926d2ad79e6d Plugins/VcsPlugins/vcsGit/GitUtilities.py --- a/Plugins/VcsPlugins/vcsGit/GitUtilities.py Sun Jan 07 17:22:37 2018 +0100 +++ b/Plugins/VcsPlugins/vcsGit/GitUtilities.py Mon Jan 08 19:46:53 2018 +0100 @@ -35,7 +35,7 @@ """ Public function to prepare the given process. - @param proc reference to the proces to be prepared (QProcess) + @param proc reference to the process to be prepared (QProcess) @param language language to be set (string) """ env = QProcessEnvironment.systemEnvironment()