aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Ospite <antonio.ospite@collabora.com>2019-04-01 10:39:44 +0200
committerAntonio Ospite <antonio.ospite@collabora.com>2019-04-01 11:51:02 +0200
commit221fb86373ee3b49fd56732fca0286d8ed80eaac (patch)
tree21265e80902cbe9e6f1872d4ce6d1ca55a0774b5
parente680dbe0658851bc73d8e664909df9619365e714 (diff)
downloadmeson-221fb86373ee3b49fd56732fca0286d8ed80eaac.zip
meson-221fb86373ee3b49fd56732fca0286d8ed80eaac.tar.gz
meson-221fb86373ee3b49fd56732fca0286d8ed80eaac.tar.bz2
docs: fix typo s/responsability/responsibility/ [skip ci]
-rw-r--r--docs/markdown/Subprojects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md
index 61b3eca..2546441 100644
--- a/docs/markdown/Subprojects.md
+++ b/docs/markdown/Subprojects.md
@@ -235,7 +235,7 @@ To pull latest version of all your subprojects at once, just run the command:
The command-line `meson subprojects checkout <branch_name>` will checkout a
branch, or create one with `-b` argument, in every git subprojects. This is
useful when starting local changes across multiple subprojects. It is still your
-responsability to commit and push in each repository where you made local
+responsibility to commit and push in each repository where you made local
changes.
To come back to the revision set in wrap file (i.e. master), just run