Explorar el Código

Example config files: fix a typo

Signed-off-by: Jan Pokorny <jpokorny@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Jan Pokorny hace 13 años
padre
commit
fb5bc14923
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      conf/corosync.conf.example
  2. 1 1
      conf/corosync.xml.example

+ 1 - 1
conf/corosync.conf.example

@@ -2,7 +2,7 @@
 totem {
 	version: 2
 
-	# cypto_cipher and crypto_hash: Used for mutual node authentication.
+	# crypto_cipher and crypto_hash: Used for mutual node authentication.
 	# If you choose to enable this, then do remember to create a shared
 	# secret with "corosync-keygen".
 	crypto_cipher: none

+ 1 - 1
conf/corosync.xml.example

@@ -9,7 +9,7 @@
 <!--
     totem tag configures behavior of totem and interfaces.
 
-    cypto_cipher and crypto_hash:
+    crypto_cipher and crypto_hash:
 	Used for mutual node authentication. If you choose to
 	enable this, then do remember to create a shared
 	secret with "corosync-keygen".