summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.