From f3ad633f55b8f2ac744924ca38018c41ee035f1e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 2 May 2017 21:03:27 -0400 Subject: doc: Fix several minor typos. --- docs/markdown/RPM-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/RPM-module.md') diff --git a/docs/markdown/RPM-module.md b/docs/markdown/RPM-module.md index f32b9adc3..3939937d3 100644 --- a/docs/markdown/RPM-module.md +++ b/docs/markdown/RPM-module.md @@ -1,6 +1,6 @@ # RPM module -The RPM module can be used to create a sample rpm spec file for a Meson project. It autodetects installed files, dependencies and so on. Using it is very simple. At the very end of your Meson project (that is, the end of your toplevel `meson.build` file) add these two lines. +The RPM module can be used to create a sample rpm spec file for a Meson project. It autodetects installed files, dependencies and so on. Using it is very simple. At the very end of your Meson project (that is, the end of your top level `meson.build` file) add these two lines. ```meson rpm = import('rpm') -- cgit v1.2.3