diff --git a/src/main/java/net/floodlightcontroller/staticflowentry/web/StaticFlowEntryPusherResource.java b/src/main/java/net/floodlightcontroller/staticflowentry/web/StaticFlowEntryPusherResource.java
index f43773ba15ac119ad9ed270c8b9338ba8cb8da6a..1f953b0e0a7117764e7ed6dc8fcf6889e1134dc4 100644
--- a/src/main/java/net/floodlightcontroller/staticflowentry/web/StaticFlowEntryPusherResource.java
+++ b/src/main/java/net/floodlightcontroller/staticflowentry/web/StaticFlowEntryPusherResource.java
@@ -326,7 +326,7 @@ public class StaticFlowEntryPusherResource extends ServerResource {
 			return ("{\"status\" : \"" + status + "\"}");
 		} catch (IOException e) {
 			log.error("Error parsing push flow mod request: " + fmJson, e);
-			return "{\"status\" : \"Error! Could not parse flod mod, see log for details.\"}";
+			return "{\"status\" : \"Error! Could not parse flow mod, see log for details.\"}";
 		}        
 	}