Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fixes: remove repetitive words #1436

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/**
* <p>
* A {@link Builder} encapsulates a strategy for building a set of Maven projects. The default strategy in Maven builds
* the the projects serially, but a {@link Builder} can employ any type of concurrency model to build the projects.
* the projects serially, but a {@link Builder} can employ any type of concurrency model to build the projects.
* </p>
* <strong>Note:</strong> This interface is part of work in progress and can be changed or removed without notice.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* <p>
* A {@link Builder} encapsulates a strategy for building a set of Maven projects. The default strategy in Maven builds
* the the projects serially, but a {@link Builder} can employ any type of concurrency model to build the projects.
* the projects serially, but a {@link Builder} can employ any type of concurrency model to build the projects.
*/
@Named("singlethreaded")
@Singleton
Expand Down
2 changes: 1 addition & 1 deletion maven-core/src/site/apt/configuration-management.apt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Configuration levels in maven

* Site configuration

At the site level all configuration is achieved by tweaking the the various files that
At the site level all configuration is achieved by tweaking the various files that
are available in the ${maven.home}/site-configuration directory

+-----+
Expand Down
2 changes: 1 addition & 1 deletion maven-core/src/site/apt/offline-mode.apt
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Offline Mode Design
<<online>> status, or else doesn't care.

* Otherwise, don't bind the mojo. Log a debug message to indicate that it is
sensitive the the online state of the application, and that this state is
sensitive the online state of the application, and that this state is
currently wrong for execution.

<<NOTE:>> Do we want to fail when we cannot bind a mojo to the lifecycle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ private static <T> T newImplementation(final Class<T> clazz) {
*
* @param clazz The implementation type
* @param value The string argument
* @return Instance of given implementation, constructed using the the given string
* @return Instance of given implementation, constructed using the given string
*/
private static <T> T newImplementation(final Class<T> clazz, final String value) {
try {
Expand Down