diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-09-09 01:08:20 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-09-09 01:08:20 -0500 |
commit | 1f20176cfb95061660c51225336f0c516fad64e0 (patch) | |
tree | 1612f9db81d2f7f12bf878030d600245be528a06 /chapter08/util-linux.xml | |
parent | c7df34cbc51739936cf0006ced0024a8ea8436e8 (diff) |
util-linux: minor grammar reword
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index b49168396..a6d058aff 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -42,7 +42,7 @@ <sect2 role="installation"> <title>Installation of Util-linux</title> - <para>First, disable a problem test:</para> + <para>First, disable a problematic test:</para> <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen> |