Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Bagnara committed Jul 15, 2008
1 parent 8bfe9cf commit 89f03fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/james/mime4j/AbstractEntity.java
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public static final String stateToString(int state) {
result = "End multipart";
break;
case EntityStates.T_PREAMBLE:
result = "Premable";
result = "Preamble";
break;
case EntityStates.T_EPILOGUE:
result = "Epilogue";
Expand Down

0 comments on commit 89f03fd

Please sign in to comment.