From 984e572157eb07e2c96ed82fba0504c964a12605 Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Mon, 24 Oct 2011 12:08:11 +0200
Subject: [PATCH] corelib: fix capitalization in comment

Change-Id: Iee6336a34d3eabf023ce62bdbba7a05888f4fa46
Reviewed-by: hjk <qthjk@ovi.com>
---
 src/plugins/coreplugin/ifilewizardextension.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/coreplugin/ifilewizardextension.h b/src/plugins/coreplugin/ifilewizardextension.h
index 51af18a1316..1f02ed2eccc 100644
--- a/src/plugins/coreplugin/ifilewizardextension.h
+++ b/src/plugins/coreplugin/ifilewizardextension.h
@@ -49,7 +49,7 @@ class GeneratedFile;
 
 /*!
   Hook to add generic wizard pages to implementations of IWizard.
-  Used e.g. to add "Add to Project File/Add to version control" page
+  Used e.g. to add "Add to Project File/Add to Version Control" page
   */
 class CORE_EXPORT IFileWizardExtension : public QObject
 {
-- 
GitLab