Bug 1416023: Fix typo in `jar-manifests.rst`. draft
authorTom Prince <mozilla@hocat.ca>
Thu, 09 Nov 2017 15:35:28 -0700
changeset 695843 28464ee452e7712a8be890ee78c9ede801772f91
parent 695842 12213932003200d61abb11b9ba1568e993c0645c
child 695847 3458dd67f6ffaa7ea1907c01aaf2afb7bfec3aca
push id88564
push userbmo:mozilla@hocat.ca
push dateThu, 09 Nov 2017 22:43:15 +0000
bugs1416023
milestone58.0a1
Bug 1416023: Fix typo in `jar-manifests.rst`. MozReview-Commit-ID: HC4J9Bwx3DJ
build/docs/jar-manifests.rst
--- a/build/docs/jar-manifests.rst
+++ b/build/docs/jar-manifests.rst
@@ -30,17 +30,17 @@ To ship chrome files in a JAR, an indent
 
    <jarfile>.jar:
      path/in/jar/file_name.xul     (source/tree/location/file_name.xul)
 
 The JAR location may be preceded with a base path between square brackets::
    [base/path] <jarfile>.jar:
      path/in/jar/file_name.xul     (source/tree/location/file_name.xul)
 
-In this case, the jar will be directly located under the given ``base/bath``,
+In this case, the jar will be directly located under the given ``base/path``,
 while without a base path, it will be under a ``chrome`` directory.
 
 If the JAR manifest and packaged file live in the same directory, the path and
 parenthesis can be omitted. In other words, the following two lines are
 equivalent::
 
    path/in/jar/same_place.xhtml     (same_place.xhtml)
    path/in/jar/same_place.xhtml