summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-02-09 14:11:24 -0600
committerJan-Michael Brummer <jan.brummer@tabos.org>2023-03-27 16:31:58 +0200
commitf0dd1f6265dbc6c7bfc53227b419b4b9c04d2ac0 (patch)
treea960ba8e0604113681e1407d1ce13fa70a254b81
parent50464aa1d159e1804dbbb3891f206f8b84713c5f (diff)
downloadlibproxy-git-f0dd1f6265dbc6c7bfc53227b419b4b9c04d2ac0.tar.gz
Fix typo (#56)
-rw-r--r--docs/build-howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build-howto.md b/docs/build-howto.md
index 53577d9..7ce0ef5 100644
--- a/docs/build-howto.md
+++ b/docs/build-howto.md
@@ -3,7 +3,7 @@ Slug: building
# Compiling with Libproxy
-The current stable API provides a small synchronnous function set which makes it easy to add it to existing application and libraries.
+The current stable API provides a small synchronous function set which makes it easy to add it to existing application and libraries.
The following example is written in C but can be translated as well to every other programming language thanks to gobject-introspection. Furthermore there are
several language samples provided in 'docs/samples' and also linked here in this main documentation.