Packets: extended description of bad_cast exception in Packet.as()
[senf.git] / senf / Socket / SocketHandle.cti
index 861e6a8..fd7e290 100644 (file)
@@ -67,7 +67,7 @@ template <class SPolicy>
 prefix_ senf::SocketHandle<SPolicy>::SocketHandle(FileHandle other, bool isChecked)
     : FileHandle(other)
 {
-    SENF_ASSERT( isChecked, "Inrernal failure: Wrong overload called !!" );
+    SENF_ASSERT( isChecked, "Internal failure: Wrong overload called !!" );
     SENF_ASSERT( ! valid() || dynamic_cast<SocketBody *>(&FileHandle::body()),
                  "Internal failure: Replacing or re-assigning non-empty incompatible handle");
 }