Skip to content

Commit f2a5a39

Browse files
committed
more documentation typos fix
1 parent d117bfb commit f2a5a39

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/sphinx/formats/debian.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Solutions include:
158158

159159
- upgrading to Debian Jessie,
160160
- upgrading python-apt, note that no official backport is known
161-
- re-enabling package re-compression in sbt-native-packager, by overridding
161+
- re-enabling package re-compression in sbt-native-packager, by overriding
162162
`debianNativeBuildOptions` as described above.
163163

164164
Java based packaging

src/sphinx/formats/docker.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Publishing Settings
157157
~~~~~~~~~~~~~~~~~~~
158158

159159
``dockerRepository``
160-
The repository to which the image is pushed when the ``Docker / publish`` task is run. This should be of the form ``[repository.host[:repository.port]]`` (assumes use of the ``index.docker.io`` repository) or ``[repository.host[:repository.port]][/username]`` (discouraged, but available for backwards compatibilty.).
160+
The repository to which the image is pushed when the ``Docker / publish`` task is run. This should be of the form ``[repository.host[:repository.port]]`` (assumes use of the ``index.docker.io`` repository) or ``[repository.host[:repository.port]][/username]`` (discouraged, but available for backwards compatibility.).
161161

162162
``dockerUsername``
163163
The username or organization to which the image is pushed when the ``Docker / publish`` task is run. This should be of the form ``[username]`` or ``[organization]``.
@@ -283,7 +283,7 @@ The files from ``Docker / mappings`` are extracted underneath this directory.
283283
Daemon User
284284
~~~~~~~~~~~
285285
By default, sbt Native Packager will create a daemon user named ``demiourgos728``
286-
whose UID is set to ``1001``, and and emit ``USER 1001`` since running as non-root is considered the best practice.
286+
whose UID is set to ``1001``, and emit ``USER 1001`` since running as non-root is considered the best practice.
287287

288288
The following can be used to emit ``USER daemon`` instead:
289289

src/sphinx/formats/universal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ so, add the following to your build.sbt:
233233
234234
mapGenericFilesToLinux
235235
236-
mapGenericFilesToWinows
236+
mapGenericFilesToWindows
237237
238238
239239
In Linux, this mapping creates symlinks from platform locations to the install location of the universal package. For example,

src/sphinx/formats/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Tasks
125125
Creates the ``msi`` package.
126126

127127
``wixFile``
128-
Generates the Wix xml file from `wixConfig` and `wixProductConfig` setings, unless overriden.
128+
Generates the Wix xml file from `wixConfig` and `wixProductConfig` settings, unless overridden.
129129

130130

131131
The native-packager plugin provides a few handy utilities for generating Wix XML. These

0 commit comments

Comments
 (0)