summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJamie Lemon <jamie.lemon@artifex.com>2022-04-08 14:56:12 +0100
committerJamie Lemon <jamie.lemon@artifex.com>2022-04-08 14:56:12 +0100
commit6412d1c01985a08c808f3ef6b90b8455bc14255f (patch)
treeefe2e5815816c9399c252c026286609c8efa9432 /doc
parent250afadfa2dfbea8f0e68f0dac08ea9d38ceaaf6 (diff)
downloadghostpdl-6412d1c01985a08c808f3ef6b90b8455bc14255f.tar.gz
Fixes spelling of "dependency" in language binding documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/language-bindings/c-sharp-intro.html2
-rw-r--r--doc/language-bindings/java-intro.html2
-rw-r--r--doc/language-bindings/md/c-sharp-intro.md2
-rw-r--r--doc/language-bindings/md/java-intro.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/language-bindings/c-sharp-intro.html b/doc/language-bindings/c-sharp-intro.html
index a9f6e5adf..abf2a232e 100644
--- a/doc/language-bindings/c-sharp-intro.html
+++ b/doc/language-bindings/c-sharp-intro.html
@@ -192,7 +192,7 @@
<p>Below is a screenshot of the sample application with a PDF open:</p>
<p><img src="images/ghostnet-wpf-example.png" alt="ghostnet wpf example UI"></p>
<h2 id="ghostmono">GhostMono</h2>
-<p><code>GhostMono</code> is the <a href="https://www.mono-project.com/">Mono</a> equivalent of <code>GhostNET</code> and as such has no dependancy on a Windows environment.</p>
+<p><code>GhostMono</code> is the <a href="https://www.mono-project.com/">Mono</a> equivalent of <code>GhostNET</code> and as such has no dependency on a Windows environment.</p>
</article>
</div>
diff --git a/doc/language-bindings/java-intro.html b/doc/language-bindings/java-intro.html
index cb6258332..7c0a97872 100644
--- a/doc/language-bindings/java-intro.html
+++ b/doc/language-bindings/java-intro.html
@@ -168,7 +168,7 @@ integer types. The build scripts expect an include folder relative to their loca
</tbody></table>
<blockquote>
<p><strong>NOTE</strong><br>
-<code>gsjava</code> has a dependancy on <a href="#jni-building-the-java-native-interface">jni</a>, please ensure that <code>gs_jni</code> is able to be built beforehand.</p>
+<code>gsjava</code> has a dependency on <a href="#jni-building-the-java-native-interface">jni</a>, please ensure that <code>gs_jni</code> is able to be built beforehand.</p>
</blockquote>
<h4 id="building-with-eclipse">Building with Eclipse</h4>
<p>Alternatively you can use <a href="https://www.eclipse.org/eclipseide/">Eclipse</a> to build the JAR file.</p>
diff --git a/doc/language-bindings/md/c-sharp-intro.md b/doc/language-bindings/md/c-sharp-intro.md
index 877220212..b6da28f05 100644
--- a/doc/language-bindings/md/c-sharp-intro.md
+++ b/doc/language-bindings/md/c-sharp-intro.md
@@ -79,7 +79,7 @@ Below is a screenshot of the sample application with a PDF open:
## GhostMono
-`GhostMono` is the [Mono] equivalent of `GhostNET` and as such has no dependancy on a Windows environment.
+`GhostMono` is the [Mono] equivalent of `GhostNET` and as such has no dependency on a Windows environment.
[Visual Studio]: https://visualstudio.microsoft.com
diff --git a/doc/language-bindings/md/java-intro.md b/doc/language-bindings/md/java-intro.md
index fe6422fad..a9d5f5176 100644
--- a/doc/language-bindings/md/java-intro.md
+++ b/doc/language-bindings/md/java-intro.md
@@ -101,7 +101,7 @@ Navigate to `ghostpdl/demos/java/gsjava` and use the following:
|Linux| `build_linux.sh` |
> **NOTE**<br>
-> `gsjava` has a dependancy on [jni], please ensure that `gs_jni` is able to be built beforehand.
+> `gsjava` has a dependency on [jni], please ensure that `gs_jni` is able to be built beforehand.
#### Building with Eclipse