Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pepite committed Jan 3, 2011
1 parent 8ce10e5 commit c8674e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/play/mvc/Http.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static class StatusCode {
public static final int NOT_MODIFIED = 304;
public static final int BAD_REQUEST = 400;
public static final int UNAUTHORIZED = 401;
public static final int PAYMENT_REQUIERED = 402;
public static final int PAYMENT_REQUIRED = 402;
public static final int FORBIDDEN = 403;
public static final int NOT_FOUND = 404;
public static final int INTERNAL_ERROR = 500;
Expand Down

0 comments on commit c8674e0

Please sign in to comment.