about summary refs log tree commit diff
path: root/docs/libnm/html/usage.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/html/usage.html')
-rw-r--r--docs/libnm/html/usage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html
index 6cfb8bac..f00e31ca 100644
--- a/docs/libnm/html/usage.html
+++ b/docs/libnm/html/usage.html
@@ -96,7 +96,7 @@
         </p>
 <pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c</code></strong>
   <code class="prompt">$ </code><strong class="userinput"><code>./hello-nm</code></strong>
-  NetworkManager version: 1.26.2
+  NetworkManager version: 1.27.90
 
   <code class="prompt">$ </code></pre>
 <p>
@@ -218,7 +218,7 @@
               </p></li>
 <li class="listitem"><p>
                 Instead of calling g_dbus_connection_call_sync(), use the
-                asynchronous g_dbus_connection_call(). If we would use a sepaate
+                asynchronous g_dbus_connection_call(). If we would use a separate
                 GMainContext for all D-Bus related calls, we could ensure that
                 while we block for the response, we iterate the internal main context.
                 This might be nice, because all events are processed in order and