Skip to content

Commit

Permalink
src: fix minor typo in comment stream_base.h
Browse files Browse the repository at this point in the history
PR-URL: #19429
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
danbev authored and tniessen committed Mar 18, 2018
1 parent d54e0f8 commit 18abca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class StreamResource {
// Clear the current error (i.e. that would be returned by Error()).
virtual void ClearError();

// Transfer ownership of this tream to `listener`. The previous listener
// Transfer ownership of this stream to `listener`. The previous listener
// will not receive any more callbacks while the new listener was active.
void PushStreamListener(StreamListener* listener);
// Remove a listener, and, if this was the currently active one,
Expand Down

0 comments on commit 18abca7

Please sign in to comment.