From 267c7c00cbcb71f1de230654f58e6dc533fd34fc 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' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282713 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToAddABuilder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HowToAddABuilder.rst b/docs/HowToAddABuilder.rst index 893f12d19d5..8fc1d0f157b 100644 --- a/docs/HowToAddABuilder.rst +++ b/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.50.1