Merge branch 'master' into glossary-consistency
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 63e0a6c..4421fca 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -2,6 +2,7 @@
 ========
 
 .. glossary::
+    :sorted:
 
     plaintext
         User-readable data you care about.
@@ -35,7 +36,7 @@
         symmetric or asymmetric. Authentication is necessary for effective
         encryption.
 
-    Ciphertext indistinguishability
+    ciphertext indistinguishability
         This is a property of encryption systems whereby two encrypted messages
         aren't distinguishable without knowing the encryption key. This is
         considered a basic, necessary property for a working encryption system.