Description: Fix typos
Author: Carsten Schoenert <c.schoenert@t-online.de>
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Forwarded: https://github.com/steveicarus/iverilog/pull/924

Index: iverilog/driver/iverilog.man.in
===================================================================
--- iverilog.orig/driver/iverilog.man.in	2023-05-17 06:43:00.524337314 +0200
+++ iverilog/driver/iverilog.man.in	2023-05-17 06:43:00.520337368 +0200
@@ -150,7 +150,7 @@
 calculates for that statement or any enclosing statement. This allows
 the same control variable to be used in multiple processes without risk
 of entering an infinite loop caused by each process triggering all other
-processes that use the same varaible. For strict compliance with the
+processes that use the same variable. For strict compliance with the
 standards, this behaviour should be disabled.
 .TP 8
 .B -I\fIincludedir\fP
Index: iverilog/elab_type.cc
===================================================================
--- iverilog.orig/elab_type.cc	2023-05-17 05:21:52.567066932 +0200
+++ iverilog/elab_type.cc	2023-05-17 06:45:31.634280771 +0200
@@ -431,7 +431,7 @@
       scope = scope->find_typedef_scope(des, this);
       if (!scope) {
 	    cerr << get_fileline() << ": sorry: "
-	         << "Can not find the scope type defintion `" << name << "`."
+	         << "Can not find the scope type definition `" << name << "`."
 		 << endl;
 	    des->errors++;
 
Index: iverilog/net_scope.cc
===================================================================
--- iverilog.orig/net_scope.cc	2023-05-17 05:21:52.715064878 +0200
+++ iverilog/net_scope.cc	2023-05-17 06:46:36.405399143 +0200
@@ -369,7 +369,7 @@
       if (!ref.overridable) {
 	    cerr << val->get_fileline() << ": error: "
 		 << "Cannot override parameter `" << key << "` in `"
-		 << scope_path(this) << "`. Parameter cannot be overriden "
+		 << scope_path(this) << "`. Parameter cannot be overridden "
 		 << "in the scope it has been declared in."
 		 << endl;
 	    des->errors++;
