فهرست منبع

- spelling fix, accouting -> accounting

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4355 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 سال پیش
والد
کامیت
7c9b77da0b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      etc/openser.cfg

+ 2 - 2
etc/openser.cfg

@@ -206,7 +206,7 @@ route{
 		# take the path determined by record-routing
 		if (loose_route()) {
 			if (is_method("BYE")) {
-				setflag(1); # do accouting ...
+				setflag(1); # do accounting ...
 				setflag(3); # ... even if the transaction fails
 			}
 			route(1);
@@ -266,7 +266,7 @@ route{
 
 	# account only INVITEs
 	if (is_method("INVITE")) {
-		setflag(1); # do accouting
+		setflag(1); # do accounting
 	}
 	if (!uri==myself)
 	/* replace with following line if multi-domain support is used */