]> granicus.if.org Git - ejabberd/commitdiff
Fix a pair of small typos
authorBadlop <badlop@process-one.net>
Wed, 12 Dec 2018 15:23:07 +0000 (16:23 +0100)
committerBadlop <badlop@process-one.net>
Wed, 12 Dec 2018 15:23:07 +0000 (16:23 +0100)
CONTRIBUTING.md
ejabberd.yml.example

index 9d622084172b6a468d3adb03dae3aabc66954036..9ac1c6b2eeac168a553cd1c142bd2ce5ae9f5469 100644 (file)
@@ -124,7 +124,7 @@ That's it! Thank you for your contribution!
 
 ## <a name="cla"></a> Signing the Contributor License Agreement (CLA)
 
-Upon submmitting a Pull Request, we will ask you to sign our CLA if you haven't done
+Upon submitting a Pull Request, we will ask you to sign our CLA if you haven't done
 so before. It's a quick process, we promise, and you will be able to do it all online
 
 You can read [ProcessOne Contribution License Agreement][cla] in PDF.
index 66d65450c4288e4a1bc80179fc5d4d8cfceec7fe..8d25f9acff00e118f8477e871c43078690fd4ad6 100644 (file)
@@ -46,7 +46,7 @@ define_macro:
     - "no_sslv2"
     - "no_sslv3"
 
-  # TLS options for client able to use moder ciphers (Windows 7+, Android 5.0+)
+  # TLS options for client able to use modern ciphers (Windows 7+, Android 5.0+)
   CIPHERS_MODERN: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256"
   PROTOCOL_OPTIONS_MODERN:
     - "no_sslv2"