diff --git a/core/src/main/java/org/springframework/ws/soap/SoapFault.java b/core/src/main/java/org/springframework/ws/soap/SoapFault.java
index 930dc2ac..ce14e6e8 100644
--- a/core/src/main/java/org/springframework/ws/soap/SoapFault.java
+++ b/core/src/main/java/org/springframework/ws/soap/SoapFault.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2006 the original author or authors.
+ * Copyright 2006-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,8 +19,11 @@ package org.springframework.ws.soap;
import javax.xml.namespace.QName;
/**
- * Represents the Fault element in the body of a SOAP message. A faul consists of a fault code, string, and
- * role.
+ * Represents the Fault element in the body of a SOAP message.
+ *