diff options
| author | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 20:31:54 +0100 | 
|---|---|---|
| committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 20:31:54 +0100 | 
| commit | ae28f0b1b1e584fbe7ee818020a07d647548785f (patch) | |
| tree | 41720f10f68b10b688f19b12d54db634c765bd9b | |
| parent | fe68ba984f7f1c1e586fc02219b80adedb64c555 (diff) | |
web.pm spellingmistake jso->json
| -rwxr-xr-x | include/nms/web.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/nms/web.pm b/include/nms/web.pm index 2a5e132..b36d692 100755 --- a/include/nms/web.pm +++ b/include/nms/web.pm @@ -81,7 +81,7 @@ sub finalize_output {  	printcc;  	print "Etag: $hash\n"; -	print "Content-Type: text/jso; charset=utf-8\n\n"; +	print "Content-Type: text/json; charset=utf-8\n\n";  	print JSON::XS::encode_json(\%json);  	print "\n";  } | 
