Socket: some minor documentation (typo) fixes
[senf.git] / senf / Socket / FramingPolicy.hh
index 5359c27..94f9acb 100644 (file)
@@ -55,7 +55,7 @@ namespace senf {
         API. It however affects the semantics of the read and write
         operations. On a datagram socket, each read() or write() call
         we read or write a single datagram. Datagram boundaries are
-        kept intact accross the network.
+        kept intact across the network.
      */
     struct DatagramFramingPolicy : public FramingPolicyBase
     {};