diff --git a/src/xdocs/config_design.xml b/src/xdocs/config_design.xml
index ee7ae8420..3e009ea5e 100644
--- a/src/xdocs/config_design.xml
+++ b/src/xdocs/config_design.xml
@@ -323,7 +323,7 @@ public class StringUtils // not final to allow subclassing
exception are final. The user can still mutate an exception's instance
(e.g. Throwable has a method called setStackTrace
which changes the exception's stack trace). But, at least, all information
- provided by this exception type is unchangable.
+ provided by this exception type is unchangeable.
diff --git a/src/xdocs/contributing.xml b/src/xdocs/contributing.xml index 87adb7f07..5a0bf200c 100644 --- a/src/xdocs/contributing.xml +++ b/src/xdocs/contributing.xml @@ -114,7 +114,7 @@
- ATTENTION: Please provide meaningfull message for commit with reference to github issue or Pull Request for more details.
+ ATTENTION: Please provide meaningful message for commit with reference to github issue or Pull Request for more details.
Ideal format for message is "Brief message ..... , issue(or pull request) #NUMBER".
Good example
Bug fixes: