Another typo
diff --git a/Misc/NEWS b/Misc/NEWS
index a9ae3fa..925d692 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -266,7 +266,7 @@
 - Improved the tutorial on creating types in C.
 
   - point out the importance of reassigning data members before
-    assigning thier values
+    assigning their values
 
   - correct my misconception about return values from visitprocs. Sigh.