Fix typo in word accelerating
(#11359)
Motivation: There is a small typo in `pom.xml`. Typo is: `acclerating`, however it should be `accelerating`. Modification: Corrected the typo. Result: Typo-free `pom.xml`.
This commit is contained in:
parent
21c3de9c69
commit
fa7b243d5f
2
pom.xml
2
pom.xml
@ -568,7 +568,7 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- Conscrypt - needed for running tests, used for acclerating SSL with OpenSSL. -->
|
||||
<!-- Conscrypt - needed for running tests, used for accelerating SSL with OpenSSL. -->
|
||||
<dependency>
|
||||
<groupId>${conscrypt.groupId}</groupId>
|
||||
<artifactId>${conscrypt.artifactId}</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user