[libFuzzer] Fix two typos

GitOrigin-RevId: 369ac758531a4a5c4cf8a85610b4606e331fb2b1
diff --git a/FuzzerDictionary.h b/FuzzerDictionary.h
index 9f7be7f..48f063c 100644
--- a/FuzzerDictionary.h
+++ b/FuzzerDictionary.h
@@ -111,7 +111,7 @@
 };
 
 // Parses one dictionary entry.
-// If successful, write the enty to Unit and returns true,
+// If successful, writes the entry to Unit and returns true,
 // otherwise returns false.
 bool ParseOneDictionaryEntry(const std::string &Str, Unit *U);
 // Parses the dictionary file, fills Units, returns true iff all lines