Parcourir la source

[1595] Language tweaks

Michal 'vorner' Vaner il y a 13 ans
Parent
commit
e8580780da
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/server_common/socket_request.h

+ 2 - 2
src/lib/server_common/socket_request.h

@@ -178,13 +178,13 @@ public:
     /// To understand the modes better:
     /// To understand the modes better:
     /// - If mode is DONT_SHARE, it succeeds if no one else has opened an FD
     /// - If mode is DONT_SHARE, it succeeds if no one else has opened an FD
     ///   for requested protocol, address and port.
     ///   for requested protocol, address and port.
-    /// - If mode is SHARE_SAME, it succeeds if all applications who opened a
+    /// - If mode is SHARE_SAME, it succeeds if all applications who opened an
     ///   FD for the requested protocol, address and port provided the same
     ///   FD for the requested protocol, address and port provided the same
     ///   share_name as this one and none of them had mode DONT_SHARE.
     ///   share_name as this one and none of them had mode DONT_SHARE.
     /// - If mode is SHARE_ANY, it succeeds if no applications who requested
     /// - If mode is SHARE_ANY, it succeeds if no applications who requested
     ///   the same potocol, address and port provided DONT_SHARE and all the
     ///   the same potocol, address and port provided DONT_SHARE and all the
     ///   applications who provided SHARE_SAME also provided the same
     ///   applications who provided SHARE_SAME also provided the same
-    ///   share_name as we.
+    ///   share_name as this process did.
     ///
     ///
     /// \throw InvalidParameter protocol or share_mode is invalid
     /// \throw InvalidParameter protocol or share_mode is invalid
     /// \throw CCSessionError when we have a problem talking over the CC
     /// \throw CCSessionError when we have a problem talking over the CC