]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2921 Fix typo in STFU library
authorJeff Lenk <jeff@jefflenk.com>
Sat, 11 Dec 2010 22:53:52 +0000 (16:53 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Sat, 11 Dec 2010 22:53:52 +0000 (16:53 -0600)
libs/stfu/stfu.c

index 6015207452b5e3bb91c705ed76cd91ccd7842a7f..fce968c990a53b5b90fd0d0d19c572c03bbba769 100644 (file)
@@ -219,7 +219,7 @@ stfu_instance_t *stfu_n_init(uint32_t qlen, uint32_t max_qlen, uint32_t samples_
 static void stfu_n_reset_counters(stfu_instance_t *i)
 {
 #ifdef DB_JB
-    printf("COUNER RESET........\n");
+    printf("COUNTER RESET........\n");
 #endif
 
     if (i->callback) {