summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-22 12:45:38 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-22 15:39:38 +0100
commit00b0ee7558f71e4a9c82957e58a93b8637e9fa77 (patch)
treeb38fec1153fe05cc29ff9732e7abb82cfd5f4035 /share
parent3a85910c824a2c76eb2d6dc3014cd9181118c803 (diff)
downloadjustbuild-00b0ee7558f71e4a9c82957e58a93b8637e9fa77.tar.gz
docs: Fix typos in general documentation
Diffstat (limited to 'share')
-rw-r--r--share/man/just-import-git.1.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/just-import-git.1.org b/share/man/just-import-git.1.org
index 1d7cac76..2c6197bc 100644
--- a/share/man/just-import-git.1.org
+++ b/share/man/just-import-git.1.org
@@ -13,7 +13,7 @@ just-import-deps [OPTIONS] URL [foreign repository name]
Extend an existing *just-mr-repository-config(5)* by adding one
git repository. In doing so, the dependencies declared in the
-imported repository are added as well and ~"file"~ respositories
+imported repository are added as well and ~"file"~ repositories
are transformed to ~"subdir"~ parts of the imported repository.
This solves the problem, that a repository can refer to itself only
as ~"."~ in a portable way. The importing party, however, always
@@ -61,7 +61,7 @@ The resulting configuration is printed on standard output.
*--map* THEIRS OURS\\
Map repositories from the imported configuration to already
existing ones. Those repositories are not imported (and the
- search for their transitive dependency is ommitted) and instead
+ search for their transitive dependency is omitted) and instead
the specified already existing repository is used. This is
useful, if a sufficiently compatible repository already exists
in the configuration.
@@ -70,7 +70,7 @@ The resulting configuration is printed on standard output.
Use the file, specified by path relative to the repository
root, as multi-repository specification in the imported
repository. If not specifed, for a config file is searched
- in the same way as ~just-mr~ does, when invoced with ~--no-rc~,
+ in the same way as ~just-mr~ does, when invoked with ~--no-rc~,
however leaving out searches relative to global roots (~"home"~
and ~"system"~). In other words, ~repos.json~ and ~etc/repos.json~
are tried if this option is not given.