commit: 5c6685693568ef3530d13285d883a20e103a50ad
parent: 2b4aa08d7c74cfd182331f1b209307784a5e21cc
author: Chris Noxz <chris@noxz.tech>
date: Fri, 7 Apr 2023 18:38:26 +0200
fix spelling error
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser.c b/browser.c
@@ -1257,7 +1257,7 @@ update_download_button(WebKitDownload *d,
gboolean done)
{
gdouble p, /* percent completed */
- l; /* responce length (bytes) */
+ l; /* response length (bytes) */
gchar *t = NULL, /* text holder*/
*f = NULL, /* file name */
*b = NULL; /* base name */