Fix spelling error
diff --git a/partition.cpp b/partition.cpp
index 10cfb9f..093f553 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -563,9 +563,9 @@
 		Backup_Size = Size;
 	} else {
 		if (Display_Error)
-			LOGERR("Unable to find parition size for '%s'\n", Mount_Point.c_str());
+			LOGERR("Unable to find partition size for '%s'\n", Mount_Point.c_str());
 		else
-			LOGINFO("Unable to find parition size for '%s'\n", Mount_Point.c_str());
+			LOGINFO("Unable to find partition size for '%s'\n", Mount_Point.c_str());
 	}
 }