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:
Aayush Atharva 2021-06-07 11:38:37 +05:30 committed by Norman Maurer
parent 21c3de9c69
commit fa7b243d5f

View File

@ -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>