changeset 1105:6b4a417d2845

Fix typo.
author Thomas Klausner <tk@giga.or.at>
date Fri, 10 May 2013 13:24:23 +0200
parents 1d7b3ebda27f
children 8401adfb58f5
files extensions/app_radgw/rgwx_acct.c extensions/dict_legacy_xml/dict_lxml_xml.c libfdcore/p_sr.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/rgwx_acct.c	Thu May 09 16:40:02 2013 +0800
+++ b/extensions/app_radgw/rgwx_acct.c	Fri May 10 13:24:23 2013 +0200
@@ -824,7 +824,7 @@
 						value.u32 = ACV_ART_INTERIM_RECORD;
 						break;
 					default:
-						TRACE_DEBUG(INFO, "Unknown RADIUS_ATTR_ACCT_STATUS_TYPE value %d, abording...", status_type);
+						TRACE_DEBUG(INFO, "Unknown RADIUS_ATTR_ACCT_STATUS_TYPE value %d, aborting...", status_type);
 						return ENOTSUP;
 				}
 				CHECK_FCT( fd_msg_avp_new ( cs->dict.Accounting_Record_Type, 0, &avp ) );
--- a/extensions/dict_legacy_xml/dict_lxml_xml.c	Thu May 09 16:40:02 2013 +0800
+++ b/extensions/dict_legacy_xml/dict_lxml_xml.c	Fri May 10 13:24:23 2013 +0200
@@ -1789,7 +1789,7 @@
 	/* Parse the file */
 	ret = xmlSAXUserParseFile(&handler, &data, xmlfilename);
 	if (ret < 0) {
-		TRACE_DEBUG(INFO, "An error occurred while parsing %s, abording.", xmlfilename);
+		TRACE_DEBUG(INFO, "An error occurred while parsing %s, aborting.", xmlfilename);
 		del_dict_contents(&data.dict);
 		return -1;
 	}
--- a/libfdcore/p_sr.c	Thu May 09 16:40:02 2013 +0800
+++ b/libfdcore/p_sr.c	Fri May 10 13:24:23 2013 +0200
@@ -104,7 +104,7 @@
 	fd_log_threadname ( "Expired req cb." );
 	
 	/* Log */
-	TRACE_DEBUG(INFO, "The expiration timer for a request has been reached, abording this attempt now & calling cb...");
+	TRACE_DEBUG(INFO, "The expiration timer for a request has been reached, aborting this attempt now & calling cb...");
 	
 	/* Retrieve callback in the message */
 	CHECK_FCT_DO( fd_msg_anscb_get( ed->request, NULL, &expirecb, &data ), return NULL);
"Welcome to our mercurial repository"