Skip to content

Commit

Permalink
fixed typo on constant applicationXml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalto Curvelano Jr committed Jun 6, 2014
1 parent a65ad1a commit fcae000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
//commonly used mime-types
const (
applicationJson = "application/json"
applicationXml = "applicatoin/xml"
applicationXml = "application/xml"
textXml = "text/xml"
)

Expand Down

0 comments on commit fcae000

Please sign in to comment.