summaryrefslogtreecommitdiff
path: root/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs')
-rw-r--r--src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs
index 4579b0653..5e0758f24 100644
--- a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs
+++ b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs
@@ -64,7 +64,7 @@ namespace Banshee.Lastfm.Audioscrobbler
private Account account;
private bool queued; /* if current_track has been queued */
- private bool now_playing_sent = false; /* self explanitory :) */
+ private bool now_playing_sent = false; /* self-explanatory :) */
private int iterate_countdown = 4 * 4; /* number of times to wait for iterate event before sending now playing */
private DateTime song_start_time;