Download raw body.
typo in if_wg.c
diff --git a/sys/net/if_wg.c b/sys/net/if_wg.c
index 2fc08da5872..0568063755e 100644
--- a/sys/net/if_wg.c
+++ b/sys/net/if_wg.c
@@ -1601,7 +1601,7 @@ wg_encap(struct wg_softc *sc, struct mbuf *m)
/*
* Copy the flow hash from the inner packet to the outer packet, so
- * that fq_codel can property separate streams, rather than falling
+ * that fq_codel can properly separate streams, rather than falling
* back to random buckets.
*/
mc->m_pkthdr.ph_flowid = m->m_pkthdr.ph_flowid;
typo in if_wg.c