summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchitector #4 <23612841+Architector4@users.noreply.github.com>2022-06-23 21:51:01 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-06-23 21:07:39 +0200
commitb109b7587da104e0bfd0111a9d6144d3a2c91038 (patch)
tree5eb64d0c7d79ce6063ed21e8ab49bcf17326f6ff
parent2166b5759ca0ead2b0ba1bf28eef5220268ae0ef (diff)
downloadpython-systemd-b109b7587da104e0bfd0111a9d6144d3a2c91038.tar.gz
fix a mistype in README.md
"libsytemd" should obviously be "libsystemd"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2beb373..d744fb7 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ A handler class for the Python logging framework is also provided:
logger.addHandler(journal.JournalHandler())
logger.warning("Some message: %s", 'detail')
-libsytemd version compatibility
+libsystemd version compatibility
-------------------------------
This module may be compiled against any version of libsystemd. At