From e9f49b799b84177669c84085c8e9b32f3c7e4ca8 Mon Sep 17 00:00:00 2001
From: Michal Kordas
Date: Sun, 8 Feb 2015 20:49:21 +0100
Subject: [PATCH] Fix for typos in documentation
---
src/xdocs/config_design.xml | 2 +-
src/xdocs/contributing.xml | 2 +-
src/xdocs/google_style.xml | 2 +-
src/xdocs/index.xml.vm | 2 +-
src/xdocs/releasenotes.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
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:
-
- Enourmous update on Indentation Check. Author: Max Vetrenko. #294
+ Enormous update on Indentation Check. Author: Max Vetrenko. #294
-
Fixed IllegalInstantiationCheck, so it won't recognize a constructor reference (Java8) as instantiation. Author: Ryszard Wisniewski.
|