diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-07 08:59:24 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-11 13:27:38 +0200 |
commit | d8dcfeb778082530616d43a15c44baabc59b9dee (patch) | |
tree | 8bfa7e6cd5abc525e83b98deb2da20ed8346f2e4 | |
parent | 253af704c5e44c76c1d2847e86ed9707e079ec71 (diff) |
doc/buildman: typo 'require'
%s/require/required/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | tools/buildman/buildman.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/buildman.rst b/tools/buildman/buildman.rst index 924564b5700..07ecc5c110c 100644 --- a/tools/buildman/buildman.rst +++ b/tools/buildman/buildman.rst @@ -247,7 +247,7 @@ Setting up section is ignored. If more than one line is provided, only the last one is taken. -#. Make sure you have the require Python pre-requisites +#. Make sure you have the required Python pre-requisites Buildman uses multiprocessing, Queue, shutil, StringIO, ConfigParser and urllib2. These should normally be available, but if you get an error like |