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

diff --git a/src/xdocs/google_style.xml b/src/xdocs/google_style.xml index 2387e2a34..571f70829 100644 --- a/src/xdocs/google_style.xml +++ b/src/xdocs/google_style.xml @@ -1020,7 +1020,7 @@ src="images/ok_blue.png" alt="" /> MethodName -
No ability to distinguish verb at the beggining of name, no way distinguish Test method from others so "_" is allowed in names +
No ability to distinguish verb at the beginning of name, no way distinguish Test method from others so "_" is allowed in names Bamboo Checkstyle plug-in - Atlassian (formely by Ross Rowe and Stephan Paulicke) + Atlassian (formerly by Ross Rowe and Stephan Paulicke) Bamboo Checkstyle plug-in Atlassian Marketplace page An add-on that will parse and record CheckStyle reports and report your style violations over time. diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index 3b0b36b23..5caa658c5 100644 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -334,7 +334,7 @@

Bug fixes: