Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #78 from jhoffmannrim/next
Browse files Browse the repository at this point in the history
fix typo in GoodCitizen
  • Loading branch information
jhoffmannrim committed Sep 17, 2013
2 parents 46f665b + 1be0457 commit 949ff8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoodCitizen/main.c
Expand Up @@ -449,7 +449,7 @@ int initialize() {
return EXIT_FAILURE;
}

//As bbutil renders text using device-specifc dpi, we need to compute a point size
//As bbutil renders text using device-specific dpi, we need to compute a point size
//for the font, so that the text string fits into the bubble. Note that Playbook is used
//as a reference point in this equation as we know that at dpi of 170, font with point size of
//15 fits into the bubble texture.
Expand Down

0 comments on commit 949ff8b

Please sign in to comment.