aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:27:41 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-01-04 04:28:28 +0100
commitcbc7a537f21b2fe51316240b46e56b7423be5832 (patch)
treeca7a645461bb56c059ce17598af08aaff5005ce7
parentd62b13cbfe746b68d24836078c4d47b30bb7a05d (diff)
string: Fix spelling of opaque
-rw-r--r--ell/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell/string.c b/ell/string.c
index df15c0e9..a6d359d2 100644
--- a/ell/string.c
+++ b/ell/string.c
@@ -26,7 +26,7 @@
/**
* l_string:
*
- * Opague object representing the string buffer.
+ * Opaque object representing the string buffer.
*/
struct l_string {
size_t max;