From f638ff27e55752131176b786e057729f0ffab3d3 Mon Sep 17 00:00:00 2001 From: Jordan Hotmann Date: Mon, 18 Dec 2017 00:48:57 -0700 Subject: [PATCH] calendar.caldav.markdown typo fix (#4234) Additional system packages had libxm2-dev which should be libxml2-dev --- source/_components/calendar.caldav.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/calendar.caldav.markdown b/source/_components/calendar.caldav.markdown index c8f4b973489..95e4b28a0ce 100644 --- a/source/_components/calendar.caldav.markdown +++ b/source/_components/calendar.caldav.markdown @@ -22,7 +22,7 @@ You need to have a CalDav server and eventually credentials for it. This compone You might need some additional system packages to compile the Python caldav library. On a Debian based system, install them by: ```bash -$ sudo apt-get install libxm2-dev libxslt1-dev zlib1g-dev +$ sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev ``` ### {% linkable_title Basic Setup %}