Fix typos

This commit is contained in:
burninrubber0
2025-10-20 17:28:57 -04:00
parent 4e4a14f0d1
commit 8e7c4f4d71
2 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Contributors Guide # Contributor's Guide
Ghidra is an open source project. If you are interested in making it better, Ghidra is an open source project. If you are interested in making it better,
there are many ways you can contribute. For example, you can: there are many ways you can contribute. For example, you can:
@@ -23,7 +23,7 @@ reported. If you are unable to find an existing issue, consider using one of
the provided templates to create a new issue and provide as many details as you the provided templates to create a new issue and provide as many details as you
can to assist in reproducing the bug or explaining your proposed feature. can to assist in reproducing the bug or explaining your proposed feature.
## Patch Submission tips ## Patch Submission Tips
Patches should be submitted in the form of Pull Requests to the Ghidra Patches should be submitted in the form of Pull Requests to the Ghidra
[repository] on GitHub. But first, consider the following tips to ensure a [repository] on GitHub. But first, consider the following tips to ensure a
@@ -32,7 +32,7 @@ smooth process when submitting a patch:
- Ensure that the patch compiles and runs in at least our development environment, and ideally our - Ensure that the patch compiles and runs in at least our development environment, and ideally our
full build too. Even the most trivial change done in the GitHub editor has a chance to cause full build too. Even the most trivial change done in the GitHub editor has a chance to cause
problems in the full development environment for unexpected reasons. problems in the full development environment for unexpected reasons.
- If using "AI" to assist in development, please apply extra scrutity to its suggestions, in terms - If using "AI" to assist in development, please apply extra scrutiny to its suggestions, in terms
of both correctness and adherence to our [legal](#legal) requirements. of both correctness and adherence to our [legal](#legal) requirements.
- Be understanding, patient, and friendly; developers may need time to review your submissions - Be understanding, patient, and friendly; developers may need time to review your submissions
before they can take action or respond. This does not mean your contribution is not valued. If before they can take action or respond. This does not mean your contribution is not valued. If
@@ -57,7 +57,7 @@ smooth process when submitting a patch:
- Unless it addresses a critical security update, avoid pull requests that update jars or other 3rd - Unless it addresses a critical security update, avoid pull requests that update jars or other 3rd
party libraries. It is preferred that these changes are made internally by the team. If you have party libraries. It is preferred that these changes are made internally by the team. If you have
a need for an updated library, please submit an issue with your request instead of a pull request. a need for an updated library, please submit an issue with your request instead of a pull request.
- Before submission, please squash your commits to using a message that starts with the issue number - Before submission, please squash your commits using a message that starts with the issue number
and a description of the changes. and a description of the changes.
- Isolate multiple patches from each other. If you wish to make several independent patches, do so - Isolate multiple patches from each other. If you wish to make several independent patches, do so
in separate, smaller pull requests that can be reviewed more easily. in separate, smaller pull requests that can be reviewed more easily.
@@ -83,7 +83,7 @@ smooth process when submitting a patch:
## Getting Started ## Getting Started
Once available, please see the [developer's guide][devguide] for instructions to set up a suitable Once available, please see the [Developer's Guide][devguide] for instructions to set up a suitable
development environment. development environment.
## Timeline and Managing Expectations ## Timeline and Managing Expectations

View File

@@ -77,7 +77,7 @@ gradle buildGhidra
``` ```
The compressed development build will be located at `build/dist/`. The compressed development build will be located at `build/dist/`.
For more detailed information on building Ghidra, please read the [Developer Guide][devguide]. For more detailed information on building Ghidra, please read the [Developer's Guide][devguide].
For issues building, please check the [Known Issues][known-issues] section for possible solutions. For issues building, please check the [Known Issues][known-issues] section for possible solutions.
@@ -118,11 +118,11 @@ gradle prepdev eclipse buildNatives
When Eclipse finishes building the projects, Ghidra can be launched and debugged with the provided When Eclipse finishes building the projects, Ghidra can be launched and debugged with the provided
**Ghidra** Eclipse *run configuration*. **Ghidra** Eclipse *run configuration*.
For more detailed information on developing Ghidra, please read the [Developer Guide][devguide]. For more detailed information on developing Ghidra, please read the [Developer's Guide][devguide].
## Contribute ## Contribute
If you would like to contribute bug fixes, improvements, and new features back to Ghidra, please If you would like to contribute bug fixes, improvements, and new features back to Ghidra, please
take a look at our [Contributor Guide][contrib] to see how you can participate in this open take a look at our [Contributor's Guide][contrib] to see how you can participate in this open
source project. source project.