some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..

This commit is contained in:
Alf Gaida
2013-10-05 18:26:55 +02:00
parent b1df2f43aa
commit cc6de3f665
4 changed files with 6 additions and 6 deletions

View File

@@ -598,7 +598,7 @@ netdata_cb (char *word[], char *word_eol[], void *userdata)
bytes_recv /= 1024;
bytes_sent /= 1024;
snprintf (netdata, bsize, "%s: %.1f MB Recieved, %.1f MB Sent", word[2], (double)bytes_recv/1024.0, (double)bytes_sent/1024.0);
snprintf (netdata, bsize, "%s: %.1f MB Received, %.1f MB Sent", word[2], (double)bytes_recv/1024.0, (double)bytes_sent/1024.0);
hexchat_pluginpref_get_str (ph, "format", format);
format_output ("Netdata", netdata, format);