Skip to content

Commit

Permalink
Fix apppend -> append
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Dec 23, 2020
1 parent 21e1279 commit 38563ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusoto/core/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ impl HttpClient {

/// Sets a local agent that is appended to the default HTTP
/// `User-Agent` used by Rusoto.
pub fn local_agent_apppend(&mut self, local_agent: String) {
pub fn local_agent_append(&mut self, local_agent: String) {
self.local_agent_append = Some(local_agent)
}
}
Expand Down

0 comments on commit 38563ef

Please sign in to comment.