Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Nov 5, 2015
1 parent 1b89add commit 1e64622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wger/core/static/js/workout-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function get_username() {
*
* Do not use with anonymous users!
*
* Syncronous request, use sparingly!
* Synchronous request, use sparingly!
*/

var user_id = get_profile_field('user');
Expand All @@ -193,7 +193,7 @@ function get_profile_field(field) {
/*
* Get a single field from the user's profile
*
* Syncronous request, use sparingly!
* Synchronous request, use sparingly!
*/

var result;
Expand Down

0 comments on commit 1e64622

Please sign in to comment.