From 5b010de2b3b5407ceed47707ccea07b44323bffc Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 5 May 2016 15:15:39 +0100 Subject: [PATCH] Fix typo --- specification/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/index.rst b/specification/index.rst index 6d66e2bd..24df4d58 100644 --- a/specification/index.rst +++ b/specification/index.rst @@ -46,7 +46,7 @@ The specification for each API is versioned in the form ``rX.Y.Z``. ``r1.0.0`` may need changes to work with a server which supports (only) ``r2.0.0``. * A change to ``Y`` represents a change which is backwards-compatible for - existing clients, but not necessarily exisitng servers: a client implemented + existing clients, but not necessarily existing servers: a client implemented against ``r1.1.0`` will work without changes against a server which supports ``r1.2.0``; but a client which requires ``r1.2.0`` may not work correctly with a server which implements only ``r1.1.0``.