[glib-networking] Fix minor typos
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Fix minor typos
- Date: Thu, 17 Sep 2020 17:07:30 +0000 (UTC)
commit 40dea433e401f705f04911c0d5a0690bf78be399
Author: Yuri Chornoivan <yurchor ukr net>
Date: Tue Sep 1 19:34:31 2020 +0300
Fix minor typos
tls/base/gtlsconnection-base.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tls/base/gtlsconnection-base.c b/tls/base/gtlsconnection-base.c
index 0bbc6b5a..4e7d5ae1 100644
--- a/tls/base/gtlsconnection-base.c
+++ b/tls/base/gtlsconnection-base.c
@@ -2184,7 +2184,7 @@ g_tls_connection_base_write (GTlsConnectionBase *tls,
return nwrote;
}
- g_tls_log_debug (tls, "writting data to TLS connection has failed: %s", status_to_string (status));
+ g_tls_log_debug (tls, "writing data to TLS connection has failed: %s", status_to_string (status));
return -1;
}
@@ -2221,7 +2221,7 @@ g_tls_connection_base_write_message (GTlsConnectionBase *tls,
return nwrote;
}
- g_tls_log_debug (tls, "writting messages to TLS connection has failed: %s", status_to_string (status));
+ g_tls_log_debug (tls, "writing messages to TLS connection has failed: %s", status_to_string (status));
return -1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]