X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FFramingPolicy.hh;fp=senf%2FSocket%2FFramingPolicy.hh;h=94f9acba4769279f47a68a7559d65837dcf26d36;hb=874b9d37b59223d9b0dce3bddafa130045419750;hp=5359c2710e5496e9fa918e2748202ca48473fc90;hpb=b98db834b584f9d9c85c16b4a818c7f9f326b9c7;p=senf.git diff --git a/senf/Socket/FramingPolicy.hh b/senf/Socket/FramingPolicy.hh index 5359c27..94f9acb 100644 --- a/senf/Socket/FramingPolicy.hh +++ b/senf/Socket/FramingPolicy.hh @@ -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 {};