Skip to content

Commit

Permalink
Correct spelling and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed May 8, 2024
1 parent dc9233f commit ec01bdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/include/log4cxx/net/telnetappender.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,26 +120,26 @@ class LOG4CXX_EXPORT TelnetAppender : public AppenderSkeleton
void setPort(int port1);

/**
The number of allowed concurrent conections.
The number of allowed concurrent connections.
\sa setOption
*/
int getMaxConnections() const;

/**
Set the number of allowed concurrent conections to \c newValue.
Set the number of allowed concurrent connections to \c newValue.
\sa setOption
*/
void setMaxConnections(int newValue);


/** shuts down the appender. */
/** Shutdown this appender. */
void close() override;

protected:
/** Handles a log event. For this appender, that means writing the
message to each connected client. */
/** Send \c event to each connected client.
*/
void append(const spi::LoggingEventPtr& event, helpers::Pool& p) override;

//---------------------------------------------------------- SocketHandler:
Expand Down

0 comments on commit ec01bdd

Please sign in to comment.