Spelling fixed
This commit is contained in:
Josh Soref
2023-04-11 09:50:44 -04:00
committed by GitHub
parent a5e5c3d941
commit 7351fe9633
69 changed files with 141 additions and 141 deletions
@@ -35,10 +35,10 @@ class OpenVPNThreadv3(var service: VPNService): ClientAPI_OpenVPNClient(), Runna
private var bytesOutIndex = -1
init {
findConfigIndicies()
findConfigIndices()
}
private fun findConfigIndicies() {
private fun findConfigIndices() {
val n: Int = stats_n()
for (i in 0 until n) {