[llvm] r282713 - [docs] Fix typo in 'How to add a builder'

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 05:51:26 PDT 2016


Author: dylanmckay
Date: Thu Sep 29 07:51:26 2016
New Revision: 282713

URL: http://llvm.org/viewvc/llvm-project?rev=282713&view=rev
Log:
[docs] Fix typo in 'How to add a builder'

Modified:
    llvm/trunk/docs/HowToAddABuilder.rst

Modified: llvm/trunk/docs/HowToAddABuilder.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToAddABuilder.rst?rev=282713&r1=282712&r2=282713&view=diff
==============================================================================
--- llvm/trunk/docs/HowToAddABuilder.rst (original)
+++ llvm/trunk/docs/HowToAddABuilder.rst Thu Sep 29 07:51:26 2016
@@ -30,7 +30,7 @@ Here are the steps you can follow to do
 
 #. 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
    `<http://trac.buildbot.net>`_ and install it manually.
 
 #. Create a designated user account, your buildslave will be running under,




More information about the llvm-commits mailing list