Align 'behavior' spelling to style guide

Closes gh-11394
This commit is contained in:
dreis2211
2017-12-21 20:58:38 +01:00
committed by Stephane Nicoll
parent 7c0ed8981f
commit 00d12c5b2d
6 changed files with 15 additions and 15 deletions

View File

@@ -81,7 +81,7 @@ class DuplicateJsonObjectContextCustomizerFactory implements ContextCustomizerFa
message.append("\t" + jsonObject + "\n");
}
message.append("\nYou may wish to exclude one of them to ensure"
+ " predictable runtime behaviour\n");
+ " predictable runtime behavior\n");
this.logger.warn(message);
}