From 57b3894c89ed3be495df4c63fd0b9018ed7ab9fc Mon Sep 17 00:00:00 2001
From: marvin <marvin@marvin-TERRA-MOBILE-1529H>
Date: Sun, 1 Mar 2020 03:42:37 +0100
Subject: [PATCH] Typo fix

---
 .../features/ConfiguratorMain/XMLHelper.java                    | 2 +-
 src/var/FeatureModelConfigurator/src/XMLHelper.java             | 2 +-
 src/var/FeatureModelImplGenerator/src/XMLHelper.java            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/var/FeatureModelConfigurator/features/ConfiguratorMain/XMLHelper.java b/src/var/FeatureModelConfigurator/features/ConfiguratorMain/XMLHelper.java
index 426ba04..30d0f3b 100644
--- a/src/var/FeatureModelConfigurator/features/ConfiguratorMain/XMLHelper.java
+++ b/src/var/FeatureModelConfigurator/features/ConfiguratorMain/XMLHelper.java
@@ -46,7 +46,7 @@ public class XMLHelper {
 	}
 	
 	/**
-	 * Takes a gives directory path and lists all files directly in it.
+	 * Takes a given directory path and lists all files directly in it.
 	 * (Does not visit sub-directories recursively)
 	 * 
 	 * @param path			Path to the directory
diff --git a/src/var/FeatureModelConfigurator/src/XMLHelper.java b/src/var/FeatureModelConfigurator/src/XMLHelper.java
index 426ba04..30d0f3b 100644
--- a/src/var/FeatureModelConfigurator/src/XMLHelper.java
+++ b/src/var/FeatureModelConfigurator/src/XMLHelper.java
@@ -46,7 +46,7 @@ public class XMLHelper {
 	}
 	
 	/**
-	 * Takes a gives directory path and lists all files directly in it.
+	 * Takes a given directory path and lists all files directly in it.
 	 * (Does not visit sub-directories recursively)
 	 * 
 	 * @param path			Path to the directory
diff --git a/src/var/FeatureModelImplGenerator/src/XMLHelper.java b/src/var/FeatureModelImplGenerator/src/XMLHelper.java
index 426ba04..30d0f3b 100644
--- a/src/var/FeatureModelImplGenerator/src/XMLHelper.java
+++ b/src/var/FeatureModelImplGenerator/src/XMLHelper.java
@@ -46,7 +46,7 @@ public class XMLHelper {
 	}
 	
 	/**
-	 * Takes a gives directory path and lists all files directly in it.
+	 * Takes a given directory path and lists all files directly in it.
 	 * (Does not visit sub-directories recursively)
 	 * 
 	 * @param path			Path to the directory
-- 
GitLab