Skip to content

Commit

Permalink
Merge pull request #3 from evansolomon/master
Browse files Browse the repository at this point in the history
Typo correction
  • Loading branch information
pippinsplugins committed Aug 20, 2012
2 parents 06c2956 + 5110d58 commit c7f6ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-contributors.php
Expand Up @@ -54,7 +54,7 @@ function pw_get_github_contributors_query( $username, $repo, $transient_key ) {

if ( is_wp_error( $response ) ) {
set_transient( $transient_key, '', 3600 );
return flase;
return false;
}

$contributors = json_decode( wp_remote_retrieve_body( $response ) );
Expand Down

0 comments on commit c7f6ebc

Please sign in to comment.