diff --git a/.idea/libraries/kibofplib_1_0.xml b/.idea/libraries/kibofplib_1_0.xml
new file mode 100644
index 0000000..0532c6a
--- /dev/null
+++ b/.idea/libraries/kibofplib_1_0.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index eeb80f7..49c5998 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/TamaGolem.iml b/TamaGolem.iml
index e217c06..1ee574f 100644
--- a/TamaGolem.iml
+++ b/TamaGolem.iml
@@ -7,5 +7,6 @@
+
\ No newline at end of file
diff --git a/src/ElementGraph.java b/src/ElementGraph.java
index 25969c6..11e46e2 100644
--- a/src/ElementGraph.java
+++ b/src/ElementGraph.java
@@ -57,7 +57,7 @@ public class ElementGraph {
* Stampa a schermo la matrice delle interazioni tra tutti gli elementi del grafo.
*/
public void printGraph() {
- System.out.println("From element is the row name, to element is the column name");
+ System.out.println("FROM element is the row name, TO element is the column name");
List elements = getElementsNames(); // lista ordinata degli elementi
int maxNameLen = 0;
for (Element element : elements) {