docs: fix some typos
diff --git a/gst/gstevent.c b/gst/gstevent.c
index fa36d1c..b8bf739 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -27,7 +27,7 @@
  *                     a pipeline
  * @see_also: #GstPad, #GstElement
  *
- * The event class provides factory methods to construct event for sending
+ * The event class provides factory methods to construct events for sending
  * and functions to query (parse) received events.
  *
  * Events are usually created with gst_event_new_*() which takes event-type
@@ -476,7 +476,7 @@
  * When all sinks have posted an EOS message, an EOS message is
  * forwarded to the application.
  *
- * The EOS event itself will no cause any state transitions of the pipeline.
+ * The EOS event itself will not cause any state transitions of the pipeline.
  *
  * Returns: The new EOS event.
  */