.
diff --git a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java
index 12e2ba1..7abc718 100644
--- a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java
+++ b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java
@@ -114,7 +114,7 @@
 		String namingConventionID = diagramTypeProviderId + ".editor"; //$NON-NLS-1$
 		IEditorDescriptor specificEditor = PlatformUI.getWorkbench().getEditorRegistry().findEditor(namingConventionID);
 
-		// If it is a specific editor get the file extension
+		// If there is a specific editor get the file extension
 		if (specificEditor != null) {
 			editorID = namingConventionID;
 			IExtensionRegistry extensionRegistry = Platform.getExtensionRegistry();