diff --git a/GUI/View/Projection/IntensityDataProjectionsWidget.cpp b/GUI/View/Projection/IntensityDataProjectionsWidget.cpp
index e7de5e852da7eca3e49566c9b91ed314f0253e2f..1a6d40ca8bf26ec82c111983f2ed7bd1f089fb07 100644
--- a/GUI/View/Projection/IntensityDataProjectionsWidget.cpp
+++ b/GUI/View/Projection/IntensityDataProjectionsWidget.cpp
@@ -76,7 +76,7 @@ void IntensityDataProjectionsWidget::setContext()
     m_projectionsCanvas->setSelectionModel(m_selectionModel.get());
 
     // The following line must come before 'm_projectionsCanvas->setContext()'!
-    // It prevents problem with switching between datasets in projectoin mode.
+    // It prevents problem with switching between datasets in projection mode.
     m_projectionsWidget->disconnectItem();
 
     m_projectionsCanvas->setContext(currentIntensityDataItem());