[LNT] r308345 - docs: Fix typos

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 12:15:56 PDT 2017


Author: matze
Date: Tue Jul 18 12:15:56 2017
New Revision: 308345

URL: http://llvm.org/viewvc/llvm-project?rev=308345&view=rev
Log:
docs: Fix typos

Modified:
    lnt/trunk/docs/api.rst
    lnt/trunk/docs/tools.rst

Modified: lnt/trunk/docs/api.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/api.rst?rev=308345&r1=308344&r2=308345&view=diff
==============================================================================
--- lnt/trunk/docs/api.rst (original)
+++ lnt/trunk/docs/api.rst Tue Jul 18 12:15:56 2017
@@ -43,7 +43,7 @@ Write Operations
 The machines, orders and runs endpoints also support the DELETE http method.  The user must include a http header called
 "AuthToken" which has the API auth token set in the LNT instance configuration.
 
-The API Auth token can be set by adding `api_auth_token` to the instnaces lnt.cfg config file::
+The API Auth token can be set by adding `api_auth_token` to the instances lnt.cfg config file::
 
     # API Auth Token
     api_auth_token = "SomeSecret"

Modified: lnt/trunk/docs/tools.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/tools.rst?rev=308345&r1=308344&r2=308345&view=diff
==============================================================================
--- lnt/trunk/docs/tools.rst (original)
+++ lnt/trunk/docs/tools.rst Tue Jul 18 12:15:56 2017
@@ -24,7 +24,7 @@ Client-Side Tools
     the property list format. You can use ``-`` for either the input (to read
     from ``stdin) or the output (to write to ``stdout``).
 
- ``lnt importreport <input path> [<output path>]``
+  ``lnt importreport <input path> [<output path>]``
     Convert text based key value pairs into a LNT json report file.
 
   ``lnt submit [--commit] <server url> <file>+``




More information about the llvm-commits mailing list