Skip to content

Commit

Permalink
tiny little typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie committed Feb 29, 2016
1 parent e286949 commit b7dc8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fetch.rs
Expand Up @@ -33,7 +33,7 @@ fn run(args: &Args) -> Result<(), git2::Error> {
let remote = args.arg_remote.as_ref().map(|s| &s[..]).unwrap_or("origin");

// Figure out whether it's a named remote or a URL
println!("Fetcing {} for repo", remote);
println!("Fetching {} for repo", remote);
let mut cb = RemoteCallbacks::new();
let mut remote = try!(repo.find_remote(remote).or_else(|_| {
repo.remote_anonymous(remote)
Expand Down

0 comments on commit b7dc8b7

Please sign in to comment.