Skip to content
Snippets Groups Projects
Commit ffdfc42d authored by Ryan Izard's avatar Ryan Izard
Browse files

Merge pull request #511 from deepurple/master

Correct the spelling error
parents 07c82c58 7477eb97
No related branches found
No related tags found
No related merge requests found
...@@ -326,7 +326,7 @@ public class StaticFlowEntryPusherResource extends ServerResource { ...@@ -326,7 +326,7 @@ public class StaticFlowEntryPusherResource extends ServerResource {
return ("{\"status\" : \"" + status + "\"}"); return ("{\"status\" : \"" + status + "\"}");
} catch (IOException e) { } catch (IOException e) {
log.error("Error parsing push flow mod request: " + fmJson, 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.\"}";
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment