about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 9cb6372..9c5a169 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -5863,7 +5863,7 @@ notify_load_status_cb(WebKitWebView* wview, GParamSpec* pspec, struct tab *t)
 	    webkit_web_view_get_load_status(wview), get_uri(wview) ? get_uri(wview) : "NOTHING");
 
 	if (t == NULL) {
-		show_oops_s("notify_load_status_cb invalid paramters");
+		show_oops_s("notify_load_status_cb invalid parameters");
 		return;
 	}