diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
index a8adf87713..60377093d0 100644
--- a/man/systemd-analyze.xml
+++ b/man/systemd-analyze.xml
@@ -285,7 +285,7 @@ $ eog avahi.svg
This plots the dependencies between all known target units:
- systemd-analyze dot --to-pattern='*.target' --from-patter='*.target' | dot -Tsvg > targets.svg
+ systemd-analyze dot --to-pattern='*.target' --from-pattern='*.target' | dot -Tsvg > targets.svg
$ eog targets.svg