Modify a comment
[bertos.git] / wizard / BWizardPage.py
index b278de117b19a3727ca97e50e6850069f4e74337..699dd9dcbbc71c3e667910d59a4777b1769e3f67 100644 (file)
@@ -18,7 +18,7 @@ class BWizardPage(QWizardPage):
     def __init__(self, wizardGui, parent = None):
         QWizardPage.__init__(self, parent)
         # TODO: see why this function call is needed for display the
-        # applications icons...
+        # application icons...
         uic.loadUiType(wizardGui)
         self.pageContent = uic.loadUi(wizardGui, None)
         layout = QVBoxLayout()