diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-24 17:07:09 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-24 17:07:09 +0000 |
commit | d53222b72961aade08fb12b4ac1ed00f9268c67d (patch) | |
tree | 5d48bcf6ca757fa636e91c4317afcbc63d439191 /src | |
parent | c37502fe5f8ef8849ea1adf0bc63f129bee572ef (diff) | |
download | xine-lib-d53222b72961aade08fb12b4ac1ed00f9268c67d.tar.gz xine-lib-d53222b72961aade08fb12b4ac1ed00f9268c67d.tar.bz2 |
Spelling correction: successfuly → successfully.
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_cdda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index 5f830a1d3..fd4dd1fa9 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -1660,7 +1660,7 @@ static int _cdda_cddb_retrieve(cdda_input_plugin_t *this) { this->cddb.fd = _cdda_cddb_socket_open(this); if(this->cddb.fd >= 0) { xprintf(this->stream->xine, XINE_VERBOSITY_LOG, - _("input_cdda: successfuly connected to cddb server '%s:%d'.\n"), + _("input_cdda: successfully connected to cddb server '%s:%d'.\n"), this->cddb.server, this->cddb.port); } else { |