Merge pull request #7768 from kconner/fix-omitted-word-in-ownership-manifesto

Fix an omitted word in the Ownership Manifesto
diff --git a/docs/OwnershipManifesto.md b/docs/OwnershipManifesto.md
index 80a887a..8ca6c8e 100644
--- a/docs/OwnershipManifesto.md
+++ b/docs/OwnershipManifesto.md
@@ -975,7 +975,7 @@
   It's important to allow temporary values to be shared for
   function arguments because many function parameters will be
   marked as `shared` simply because the functions don't
-  actually from owning that parameter, not because it's in
+  actually benefit from owning that parameter, not because it's in
   any way semantically important that they be passed a
   reference to an existing variable.  For example, we expect
   to change things like comparison operators to take their