From 0a8cb3fa97f84c377a5c30aefa339568f4fa4691 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Mon, 21 Sep 2020 11:26:52 +0200 Subject: [PATCH] Fix 'deprected' typo --- doc/notes/notes-9.17.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/notes/notes-9.17.5.rst b/doc/notes/notes-9.17.5.rst index 2df1ed9936..5ea71b0968 100644 --- a/doc/notes/notes-9.17.5.rst +++ b/doc/notes/notes-9.17.5.rst @@ -29,7 +29,7 @@ Removed Features now needs to be manually set in ``CFLAGS`` and ``-lprofiler`` needs to be present in ``LDFLAGS``. [GL !4045] -- The ``glue-cache`` *option* has been marked as deprected. The glue +- The ``glue-cache`` *option* has been marked as deprecated. The glue cache *feature* still works and will be permanently *enabled* in a future release. [GL #2146]