diff --git a/packages/RPM.md b/packages/RPM.md
index 9c8e4a548..7a343bb5d 100644
--- a/packages/RPM.md
+++ b/packages/RPM.md
@@ -63,7 +63,7 @@ Decide whether to use MySQL or PostgreSQL.
     postgres=#  CREATE DATABASE icingaweb;
     postgres=#  \q
 
-Add the `cingaweb` user for trusted authentication to your `pg_hba.conf` file
+Add the `icingaweb` user for trusted authentication to your `pg_hba.conf` file
 in `/var/lib/pgsql/data/pg_hba.conf` and restart the PostgreSQL server.
 
     local   icingaweb      icingaweb                            trust