Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Quesnel <131881+aquesnel@users.noreply.github.com>2021-04-08 18:10:12 +0300
committerAlexandre Quesnel <131881+aquesnel@users.noreply.github.com>2021-04-08 18:10:12 +0300
commitbc7c9abd5860fbc86d443caefdeba070f623464c (patch)
tree9697a4cad96847dd3b3b971086045aaa83e70b5c
parent16fe9a021a573eb7160abc721a588b9c8acb321c (diff)
Fix spelling mistake in g_bytes_to_hexdump() doc
-rw-r--r--common/string_calls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/string_calls.h b/common/string_calls.h
index 4b20a595..4918b840 100644
--- a/common/string_calls.h
+++ b/common/string_calls.h
@@ -89,7 +89,7 @@ g_text2bool(const char *s);
* | | |
* | | ascii representation of bytes
* | hex representation of bytes
- * offset from beining of the byte array in hex
+ * offset from beginning of the byte array in hex
*
* Note: the ascii representation uses '.' for all non-printable
* characters (eg. below 32 or above 127).