From 21ea7d418ad1c9e92802940b067514d177f235bb Mon Sep 17 00:00:00 2001 From: mirabilos Date: Fri, 14 Jun 2019 17:20:13 +0200 Subject: [PATCH] fix typo in README: libc.so not *.co --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 396b362..2c43eb8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For that reason, it will do the following actions: * ~~Randomly write to (mounted) block devices (systemd-mount)~~ * Randomly reboot (systemd-reboot) * ~~Randomly reorder/shuffle file content (systemd-shuffle)~~ -* Randomly rename files (i.e. replace /etc/passwd with /lib/libc.co) (systemd-rename) +* Randomly rename files (i.e. replace /etc/passwd with /lib/libc.so) (systemd-rename) * Randomly move files around in the filesystem (systemd-move) * ~~Randomly change file and directory permissions (systemd-change)~~ * ~~Randomly panic (systemd-panic)~~