X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FSocket%2FSocketHandle.cti;fp=senf%2FSocket%2FSocketHandle.cti;h=73c808f52b262b1bb7910b110bb94610d738b935;hp=b2d9f7c546c8db7ffbd39ec9c000caf5eadc550f;hb=74febc7a9abc84c4939269b3443d15fc27f4e960;hpb=9de1568365b7ac411b84da000e18516d9c3b3293 diff --git a/senf/Socket/SocketHandle.cti b/senf/Socket/SocketHandle.cti index b2d9f7c..73c808f 100644 --- a/senf/Socket/SocketHandle.cti +++ b/senf/Socket/SocketHandle.cti @@ -164,7 +164,7 @@ prefix_ bool senf::check_socket_cast(Source handle) // for two reasons: // a) since the handle is passed back by value, we cannot return // something like a null handle - // b) it is simpler to implement cast_dynamic throwig bad_cast on + // b) it is simpler to implement cast_dynamic throwing bad_cast on // failure than implementing cast_check try { Target::cast_dynamic(handle);