summaryrefslogtreecommitdiff
path: root/docs/guide/objectivec.md
diff options
context:
space:
mode:
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.