Pārlūkot izejas kodu

lib/srdb2: Fix typos in library documentation

Florian Floimair 7 gadi atpakaļ
vecāks
revīzija
329ef8684b

+ 4 - 4
src/lib/srdb2/schema/acc.xml

@@ -37,7 +37,7 @@
 	  <type db="postgres">SERIAL</type>
 	  <type db="dbtext">int,auto</type>
 	  <description>
-	    ID that uniquely identifies each row. This is automaticaly generated
+	    ID that uniquely identifies each row. This is automatically generated
 	    by the database server. This id is useful for post processing.
 	  </description>
     </column>
@@ -83,7 +83,7 @@
 	  <null/>
 	  <description>
 	    The unique identifier of destination domain in SER. This identifier is
-	    usualy based on the domain name present in the Request-URI of the SIP
+	    usually based on the domain name present in the Request-URI of the SIP
 	    request. This value is empty for outbound requests to 3rd party
 	    domains.
 	  </description>
@@ -96,8 +96,8 @@
 	  <null/>
 	  <description>
 	    The unique identifier of originating domain in SER. This identifier is
-	    usualy based on the domain name present in the From header field of
-	    the SIP request. This value is empty for inbound reqeusts from 3rd
+	    usually based on the domain name present in the From header field of
+	    the SIP request. This value is empty for inbound requests from 3rd
 	    party domains.
 	  </description>
     </column>

+ 1 - 1
src/lib/srdb2/schema/aliases.xml

@@ -13,7 +13,7 @@
   <description>
 	This table is used to implement group aliases. Group aliases are SIP URIs
 	that resolve to multiple destination SIP URIs. The proxy server then can
-	determine whether it should use serial or paralell forking.
+	determine whether it should use serial or parallel forking.
   </description>
   
   <column id="username">

+ 2 - 2
src/lib/srdb2/schema/attr_types.xml

@@ -84,7 +84,7 @@
 	<description>
 	  Various flags. Meaning of bits in flags field is this:
 	  10 - multivalue  (if is set, attribute may contain multiple values)
-	  11 - fill_on_reg (attribute should be set when user is registrating)
+	  11 - fill_on_reg (attribute should be set when user is registering)
 	  12 - required    (attribute should not be empty)
 	</description>
   </column>
@@ -94,7 +94,7 @@
 	<type>int</type>
 	<default>0</default>
 	<description>
-	  Field of flags describeing where the attribute may be used (user, domain, global,...)
+	  Field of flags describing where the attribute may be used (user, domain, global,...)
 	  Meaning of bits is this:
 	  4 - uri
 	  8 - user

+ 1 - 1
src/lib/srdb2/schema/customers.xml

@@ -23,7 +23,7 @@
 	<type db="postgres">SERIAL</type>
 	<type db="dbtext">int,auto</type>
 	<description>
-	  Unique id of the customer. The value is auto generated by the databsae
+	  Unique id of the customer. The value is auto generated by the database
 	  server.
 	</description>
   </column>

+ 1 - 1
src/lib/srdb2/schema/extra_attrs.xml

@@ -48,7 +48,7 @@
   <index> 
 	<!-- 
 		 Note: we don't need unique index, but some databases require it.
-		 We need only non-unique index accordind id because of reading.
+		 We need only non-unique index according id because of reading.
 	  -->
 	<unique/>
 	<name>userattrs_idx</name>

+ 4 - 4
src/lib/srdb2/schema/missed_calls.xml

@@ -32,7 +32,7 @@
 	<type db="postgres">SERIAL</type>
 	<type db="dbtext">int,auto</type>
 	<description>
-	  ID that uniquely identifies each row. This is automaticaly generated by
+	  ID that uniquely identifies each row. This is automatically generated by
 	  the database server. This id is useful for post processing.
 	</description>
   </column>
@@ -78,7 +78,7 @@
 	<null/>
 	<description>
 	  The unique identifier of destination domain in SER. This identifier is
-	  usualy based on the domain name present in the Request-URI of the SIP
+	  usually based on the domain name present in the Request-URI of the SIP
 	  request. This value is empty for outbound requests to 3rd party domains.
 	</description>
   </column>
@@ -90,8 +90,8 @@
 	<null/>
 	<description>
 	  The unique identifier of originating domain in SER. This identifier is
-	  usualy based on the domain name present in the From header field of the
-	  SIP request. This value is empty for inbound reqeusts from 3rd party
+	  usually based on the domain name present in the From header field of the
+	  SIP request. This value is empty for inbound requests from 3rd party
 	  domains.
 	</description>
   </column>

+ 1 - 1
src/lib/srdb2/schema/phonebook.xml

@@ -21,7 +21,7 @@
 	<type db="postgres">SERIAL</type>
 	<type db="dbtext">int,auto</type>
 	<description>
-	  Unique id of the row. The value is auto generated by the databsae
+	  Unique id of the row. The value is auto generated by the database
 	  server.
 	</description>
   </column>

+ 1 - 1
src/lib/srdb2/schema/rls_vs.xml

@@ -22,7 +22,7 @@
   </column>
   
   <!-- id of "parent" resource list subscription 
-	   (related to rls_susbscription.id) -->
+	   (related to rls_subscription.id) -->
   <column>
 	<name>rls_id</name>
 	<type>string</type>