Skip to content

Commit

Permalink
Merge pull request chenshuo#140 from demiaowu/master
Browse files Browse the repository at this point in the history
fix a spelling error
  • Loading branch information
chenshuo committed Apr 29, 2015
2 parents ef6973e + 62b588e commit 45c5cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muduo/net/Socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InetAddress;
/// Wrapper of socket file descriptor.
///
/// It closes the sockfd when desctructs.
/// It's thread safe, all operations are delagated to OS.
/// It's thread safe, all operations are delegated to OS.
class Socket : boost::noncopyable
{
public:
Expand Down

0 comments on commit 45c5cf0

Please sign in to comment.