commit | 17beebcc8b22a66b7973cbe5b1577567ab391c0a | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jun 08 01:48:50 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 08 01:48:50 2018 -0700 |
tree | c7d6821b40977c8b58d517026dfaf7ddb73851ea | |
parent | 76bef61b41a44a0654eaaee65f68cc0332ccfb7f [diff] |
bpo-33694: Fix typo in helper function name (GH-7522) _feed_data_to_bufferred_proto() renamed to _feed_data_to_buffered_proto() ("bufferred" => "buffered"). Typo spotted by Nathaniel J. Smith. (cherry picked from commit ff6c07729211fb98431a2793e074d07a21e0650a) Co-authored-by: Victor Stinner <vstinner@redhat.com>