From fa9fbfe2483e81a93dff1baf0979f7d1e9888164 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Thu, 29 Sep 2016 12:51:26 +0000 Subject: [PATCH] [docs] Fix typo in 'How to add a builder' llvm-svn: 282713 --- llvm/docs/HowToAddABuilder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst index 893f12d..8fc1d0f 100644 --- a/llvm/docs/HowToAddABuilder.rst +++ b/llvm/docs/HowToAddABuilder.rst @@ -30,7 +30,7 @@ Here are the steps you can follow to do so: #. Install buildslave (currently we are using buildbot version 0.8.5). Depending on the platform, buildslave could be available to download and - install with your packet manager, or you can download it directly from + install with your package manager, or you can download it directly from ``_ and install it manually. #. Create a designated user account, your buildslave will be running under, -- 2.7.4