diff options
author | Sam James <sam@gentoo.org> | 2023-08-13 01:55:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-13 01:55:46 +0100 |
commit | 3e467ece69c7405722b88f179a7486543bca993c (patch) | |
tree | 7a84f38d5e694e0ece6bdfb96b3f3e56cc8c0845 /dev-java/gwt | |
parent | sci-chemistry/mdtraj: depend on <cython-3 (diff) | |
download | gentoo-3e467ece69c7405722b88f179a7486543bca993c.tar.gz gentoo-3e467ece69c7405722b88f179a7486543bca993c.tar.bz2 gentoo-3e467ece69c7405722b88f179a7486543bca993c.zip |
dev-java/gwt: fix typo in patch comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/gwt')
-rw-r--r-- | dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch b/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch index 5e69341210cf..55d14fab15d3 100644 --- a/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch +++ b/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch @@ -1,6 +1,6 @@ # It's unclear how upstream gets their "dev.compile.test" target to compile # without this - it could be that their testing is done with the local tools/ -# dir, and that some assumptions are made somewhere in the bulid system that +# dir, and that some assumptions are made somewhere in the build system that # don't apply when the tools dir is elsewhere. Either way, this fixes it. # # a Pull Request (of sorts) has been issued with upstream to incorporate this |