This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new e38437f Fix typo in camel-olingo4-api test comment e38437f is described below commit e38437fe451849b1baa8d3a3812e0b84aa3c8d3b Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Tue Feb 2 21:17:08 2021 +0900 Fix typo in camel-olingo4-api test comment --- .../test/java/org/apache/camel/component/olingo4/Olingo4AppAPITest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-olingo4/camel-olingo4-api/src/test/java/org/apache/camel/component/olingo4/Olingo4AppAPITest.java b/components/camel-olingo4/camel-olingo4-api/src/test/java/org/apache/camel/component/olingo4/Olingo4AppAPITest.java index dede856..215d5fa 100644 --- a/components/camel-olingo4/camel-olingo4-api/src/test/java/org/apache/camel/component/olingo4/Olingo4AppAPITest.java +++ b/components/camel-olingo4/camel-olingo4-api/src/test/java/org/apache/camel/component/olingo4/Olingo4AppAPITest.java @@ -164,7 +164,7 @@ public class Olingo4AppAPITest { * Every request to the demo OData 4.0 * (http://services.odata.org/TripPinRESTierService) generates unique * service URL with postfix like (S(tuivu3up5ygvjzo5fszvnwfv)) for each - * session This method makes reuest to the base URL and return URL with + * session This method makes request to the base URL and return URL with * generated postfix */ @SuppressWarnings("deprecation")