summaryrefslogtreecommitdiff
path: root/docs/guide/objectivec.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-10-18 09:59:19 -0400
committerJordan Wiens <jordan@psifertex.com>2022-10-18 09:59:19 -0400
commit824aa7f7fc88713e74932c6d3230a6fb2d29df97 (patch)
tree071e95c21ac36b4701da3ca113e33933f81bea58 /docs/guide/objectivec.md
parent26eb2e96621d0f228c8a5eb26248e79c81962bf1 (diff)
more documentation updates
Diffstat (limited to 'docs/guide/objectivec.md')
-rw-r--r--docs/guide/objectivec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/objectivec.md b/docs/guide/objectivec.md
index ab2a3160..f101d7a5 100644
--- a/docs/guide/objectivec.md
+++ b/docs/guide/objectivec.md
@@ -40,5 +40,5 @@ Objective-C workflow must be chosen when loading a binary for analysis.
![](../img/objc_workflow_selected.png)
-This will automatically apply strucutre analysis as the binary is analyzed and
+This will automatically apply structure analysis as the binary is analyzed and
also translate `objc_msgSend` calls to direct method calls, where possible.