diff --git a/src/openvpn/packet_id.h b/src/openvpn/packet_id.h
index e78d912..9c0f464 100644
--- a/src/openvpn/packet_id.h
+++ b/src/openvpn/packet_id.h
@@ -336,7 +336,7 @@
 /**
  * Writes the packet ID containing both the epoch and the packet id to the
  * buffer specified by buf.
- * @param p         packed id send structure to use for the packet id
+ * @param p         packet id send structure to use for the packet id
  * @param epoch     epoch to write to the packet
  * @param buf       buffer to write the packet id/epoch to
  * @return          false if the packet id space is exhausted and cannot be written
@@ -347,7 +347,7 @@
 /**
  * Reads the packet ID containing both the epoch and the per-epoch counter
  * from the buf.  Will return 0 as epoch id if there is any error.
- * @param p       packet_id struct to popupulate with the on-wire counter
+ * @param p       packet_id struct to populate with the on-wire counter
  * @param buf     buffer to read the packet id from.
  * @return        0 for an error/invalid id, epoch otherwise
  */
