[Spice-devel] [PATCH 09/13] Fix typo in comments
Victor Toso
lists at victortoso.com
Thu Aug 13 03:03:51 PDT 2015
Hey,
On Fri, Jul 31, 2015 at 05:33:43PM +0100, Frediano Ziglio wrote:
> From: Jonathon Jongsma <jjongsma at redhat.com>
>
> ---
> server/reds.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/server/reds.c b/server/reds.c
> index 978832e..c07cb6c 100644
> --- a/server/reds.c
> +++ b/server/reds.c
> @@ -394,8 +394,8 @@ static void reds_reset_vdp(void)
> /* Throw away pending chunks from the current (if any) and future
> * messages written by the client.
> * TODO: client should clear its agent messages queue when the agent
> - * is disconnect. Currently, when and agent gets disconnected and reconnected,
> - * messeges that were directed to the previous instance of the agent continues
> + * is disconnected. Currently, when an agent gets disconnected and reconnected,
> + * messages that were directed to the previous instance of the agent continue
> * to be sent from the client. This TODO will require server, protocol, and client changes */
> state->write_filter.result = AGENT_MSG_FILTER_DISCARD;
> state->write_filter.discard_all = TRUE;
Ack-by me (this one could go as trivial I think)
toso
More information about the Spice-devel
mailing list