diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl
index f3fc077956200f6e626b6436d26bd8c24d67a16b..0992531ffefb761eb047d22003130cf45ede9584 100644
--- a/Documentation/DocBook/crypto-API.tmpl
+++ b/Documentation/DocBook/crypto-API.tmpl
@@ -119,7 +119,7 @@
Note: The terms "transformation" and cipher algorithm are used
- interchangably.
+ interchangeably.
@@ -1563,7 +1563,7 @@ struct sockaddr_alg sa = {
Zero-Copy Interface
- In addition to the send/write/read/recv system call familty, the AF_ALG
+ In addition to the send/write/read/recv system call family, the AF_ALG
interface can be accessed with the zero-copy interface of splice/vmsplice.
As the name indicates, the kernel tries to avoid a copy operation into
kernel space.