aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-07-20 14:45:30 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-07-20 14:45:30 -0400
commit1bca73cc376b275e79f01416e7963f359534dffb (patch)
tree5060d69eb98e30a9f6870a82e3e39f67055fbc29
parentd7acccd36dcf1b62f144eb7389a5e221fe824be4 (diff)
downloadmeson-1bca73cc376b275e79f01416e7963f359534dffb.zip
meson-1bca73cc376b275e79f01416e7963f359534dffb.tar.gz
meson-1bca73cc376b275e79f01416e7963f359534dffb.tar.bz2
docs: fix typo in previous commit
-rw-r--r--docs/markdown/snippets/deprecate_build_target_jar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/deprecate_build_target_jar.md b/docs/markdown/snippets/deprecate_build_target_jar.md
index 992903e..1aa5a81 100644
--- a/docs/markdown/snippets/deprecate_build_target_jar.md
+++ b/docs/markdown/snippets/deprecate_build_target_jar.md
@@ -5,4 +5,4 @@ changed. However, `jar()` has a significant number of non-overlapping arguments
from other build_targets, including the kinds of sources it can include. Because
of this crafting a `build_target` that can be used as a Jar and as something
else is incredibly hard to do. As such, it has been deprecated, and using
-`jar()` directly is recomended.
+`jar()` directly is recommended.