From 9648ece40103d605e5fe54fbbe9bdd8e6b7b922d Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 21 2017 08:55:32 +0000 Subject: fix typos: httpd -> haproxy --- diff --git a/source/development/building-modules/building-local.rst b/source/development/building-modules/building-local.rst index 4c30dd4..f9c07ef 100644 --- a/source/development/building-modules/building-local.rst +++ b/source/development/building-modules/building-local.rst @@ -31,11 +31,11 @@ To build your module, run a command similar to the following: An output will be a yum/dnf repository beneath the modulebuild directory in the home of the user. Right now, using sudo, this will be root. -To test your local build environment on Fedora, the ``httpd`` module is a +To test your local build environment on Fedora, the ``haproxy`` module is a reasonable example module to start with:: $ fedpkg clone --branch f26 modules/haproxy - $ cd httpd + $ cd haproxy $ sudo mbs-build local .. note::