From f9a0542a49310923ffdcc78dfd7fbe4d7d1e88fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Thu, 5 Mar 2026 22:48:57 +0100 Subject: [PATCH] Fix typo: contributer -> contributor --- Documentation/developer/guide/index.rst | 2 +- Documentation/usage/reporting_issues.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/developer/guide/index.rst b/Documentation/developer/guide/index.rst index bd2ad2d74..8aaaad8d0 100644 --- a/Documentation/developer/guide/index.rst +++ b/Documentation/developer/guide/index.rst @@ -8,7 +8,7 @@ source code itself, so that you can find the global parts where you can look for even better detail. The documentation for getting, building and installing Icarus Verilog -is kept and maintained at :doc:`Getting Started as a Contributer <../getting_started>` +is kept and maintained at :doc:`Getting Started as a Contributor <../getting_started>` See the Installation Guide for getting the current source from the git repository (and how to use the git repository) and see the Developer Guide diff --git a/Documentation/usage/reporting_issues.rst b/Documentation/usage/reporting_issues.rst index c3d2d05df..eefaa1d84 100644 --- a/Documentation/usage/reporting_issues.rst +++ b/Documentation/usage/reporting_issues.rst @@ -2,7 +2,7 @@ Reporting Issues ================ -The developers of and contributers to Icarus Verilog use github to track +The developers of and contributors to Icarus Verilog use github to track issues and to create patches for the product. If you believe you have found a problem, use the Issues tracker at the `Icarus Verilog github page `__. @@ -60,7 +60,7 @@ Bug reports with patches/PRs are very welcome. Please also add a new test case i If you are editing the source, you should be using the latest version from git. Please see the developer documentation for more -detailed instructions -- :doc:`Getting Started as a Contributer ` . +detailed instructions -- :doc:`Getting Started as a Contributor ` . COPYRIGHT ISSUES