diff --git a/web_interface/html/upload_dfall_system_file.php b/web_interface/html/upload_dfall_system_file.php
index 13eed6cc84fcefaf8296858f19df4f2a14c10890..2abb9537cedf6f11b5cd14a7dea2a7bfe086fc4b 100644
--- a/web_interface/html/upload_dfall_system_file.php
+++ b/web_interface/html/upload_dfall_system_file.php
@@ -44,7 +44,7 @@
 		move_uploaded_file($_FILES['file']['tmp_name'], $upload_location );
 		
 		// Echo success
-		echo "Upload SUCESSFUL.<br>";
+		echo "Upload SUCCESSFUL.<br>";
 		// Echo the from and to paths
 		//echo " Moved " . $_FILES['file']['tmp_name'] . " to " . $upload_location;
 		// Echo the to path