Procházet zdrojové kódy

Merge pull request #328 from mslehto/master

modules/path: fixes typo in outbound RFC number
Daniel-Constantin Mierla před 10 roky
rodič
revize
bda43b9c88
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      modules/path/doc/path_admin.xml

+ 1 - 1
modules/path/doc/path_admin.xml

@@ -150,7 +150,7 @@ modparam("path", "use_received", 1)
 		If the <quote>outbound</quote> module was loaded before this module, and outbound is
 		required for this request, the header will be in the form
 		<quote>Path: &lt;sip:[email protected];lr;ob&gt;</quote>, where <quote>flowtoken</quote>
-		is the RFC 5636 flow-token that can be used to identify the source and local address and
+		is the RFC 5626 flow-token that can be used to identify the source and local address and
 		transport the request was received on, and where <quote>1.2.3.4</quote> is the address of
 		the outgoing interface.
 		</para>