diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2015-10-20 10:32:46 +0200 | 
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2015-10-20 10:32:46 +0200 | 
| commit | 0b7a343d0b308c64a1c1e3c328e3752eef9fe4b0 (patch) | |
| tree | bf90673841557effd86e7f14f604ef60677788d5 | |
| parent | f1dff3a593649364a84889f7106266634007fe85 (diff) | |
fix typo
| -rwxr-xr-x | main/src/main/res/values/strings.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml index f18100de..6bc6941a 100755 --- a/main/src/main/res/values/strings.xml +++ b/main/src/main/res/values/strings.xml @@ -390,6 +390,6 @@      <string name="query_permissions_sdcard">OpenVPN for Android can try to discover the missing file(s) on the sdcard automatically. Tap this message start the permission request.</string>      <string name="protocol">Protocol</string>      <string name="enabled_connection_entry">Enabled</string> -    <string name="abi_mismatch">Preferred native ABI predence of this device (%1$s) and ABI reported by native libraries (%2$s) mismatch</string> +    <string name="abi_mismatch">Preferred native ABI precedence of this device (%1$s) and ABI reported by native libraries (%2$s) mismatch</string>  </resources> | 
