From ef2686263a52a206fcc903d2a19307d32c90ee43 Mon Sep 17 00:00:00 2001 From: vascom Date: Sep 08 2017 13:15:31 +0000 Subject: Fixed typo in README.rst Correct ")" to "}" in macro sample. --- diff --git a/README.rst b/README.rst index 35c0cb4..8cf5fc7 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ here are some basic things: * Use curly brackets (``{`` and ``}``) around macro names where generally used, unless the person requesting cleanup asked for them to be removed. Personally I (tibbs) can't stand them but many people are used to seeing them - in some places (``%{buildroot)``) and not in others (``%configure``, + in some places (``%{buildroot}``) and not in others (``%configure``, ``%autosetup``). * Use the shortest reasonable path macros (``%{_var}`` instead of ``%{_localstatedir}``, and ``%{_etc}`` once we have it).