From 99710dffa40076ff5b2a810314557b1fe1eea6ec Mon Sep 17 00:00:00 2001 From: laf Date: Fri, 17 Jun 2016 09:28:28 +0100 Subject: [PATCH] Fixed spelling mistake --- doc/Installation/Installation-CentOS-7-Apache.md | 2 +- doc/Installation/Installation-CentOS-7-Nginx.md | 2 +- doc/Installation/Installation-Ubuntu-1604-Apache.md | 2 +- doc/Installation/Installation-Ubuntu-1604-Nginx.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Installation/Installation-CentOS-7-Apache.md b/doc/Installation/Installation-CentOS-7-Apache.md index 1c9a3edf2b..5377c82162 100644 --- a/doc/Installation/Installation-CentOS-7-Apache.md +++ b/doc/Installation/Installation-CentOS-7-Apache.md @@ -96,7 +96,7 @@ Now head to: http://librenms.example.com/install.php and follow the on-screen in #### Configure snmpd ```bash -cp /opt/librenms/snmpd.conf.exmaple /etc/snmpd.conf +cp /opt/librenms/snmpd.conf.example /etc/snmpd.conf vim /etc/snmpd.conf ``` diff --git a/doc/Installation/Installation-CentOS-7-Nginx.md b/doc/Installation/Installation-CentOS-7-Nginx.md index fb07eba868..f6f0000495 100644 --- a/doc/Installation/Installation-CentOS-7-Nginx.md +++ b/doc/Installation/Installation-CentOS-7-Nginx.md @@ -108,7 +108,7 @@ Now head to: http://librenms.example.com/install.php and follow the on-screen in #### Configure snmpd ```bash -cp /opt/librenms/snmpd.conf.exmaple /etc/snmpd.conf +cp /opt/librenms/snmpd.conf.example /etc/snmpd.conf vim /etc/snmpd.conf ``` diff --git a/doc/Installation/Installation-Ubuntu-1604-Apache.md b/doc/Installation/Installation-Ubuntu-1604-Apache.md index 0738da5c69..b7ced7898f 100644 --- a/doc/Installation/Installation-Ubuntu-1604-Apache.md +++ b/doc/Installation/Installation-Ubuntu-1604-Apache.md @@ -103,7 +103,7 @@ Now head to: http://librenms.example.com/install.php and follow the on-screen in #### Configure snmpd ```bash -cp /opt/librenms/snmpd.conf.exmaple /etc/snmpd.conf +cp /opt/librenms/snmpd.conf.example /etc/snmpd.conf vim /etc/snmpd.conf ``` diff --git a/doc/Installation/Installation-Ubuntu-1604-Nginx.md b/doc/Installation/Installation-Ubuntu-1604-Nginx.md index 0888e88b26..90aaef770b 100644 --- a/doc/Installation/Installation-Ubuntu-1604-Nginx.md +++ b/doc/Installation/Installation-Ubuntu-1604-Nginx.md @@ -106,7 +106,7 @@ Now head to: http://librenms.example.com/install.php and follow the on-screen in #### Configure snmpd ```bash -cp /opt/librenms/snmpd.conf.exmaple /etc/snmpd.conf +cp /opt/librenms/snmpd.conf.example /etc/snmpd.conf vim /etc/snmpd.conf ```