Forráskód Böngészése

lib/srdb2: Fix typos in library documentation

Florian Floimair 7 éve
szülő
commit
329ef8684b

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

@@ -37,7 +37,7 @@
 	  <type db="postgres">SERIAL</type>
 	  <type db="postgres">SERIAL</type>
 	  <type db="dbtext">int,auto</type>
 	  <type db="dbtext">int,auto</type>
 	  <description>
 	  <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.
 	    by the database server. This id is useful for post processing.
 	  </description>
 	  </description>
     </column>
     </column>
@@ -83,7 +83,7 @@
 	  <null/>
 	  <null/>
 	  <description>
 	  <description>
 	    The unique identifier of destination domain in SER. This identifier is
 	    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
 	    request. This value is empty for outbound requests to 3rd party
 	    domains.
 	    domains.
 	  </description>
 	  </description>
@@ -96,8 +96,8 @@
 	  <null/>
 	  <null/>
 	  <description>
 	  <description>
 	    The unique identifier of originating domain in SER. This identifier is
 	    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.
 	    party domains.
 	  </description>
 	  </description>
     </column>
     </column>

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

@@ -13,7 +13,7 @@
   <description>
   <description>
 	This table is used to implement group aliases. Group aliases are SIP URIs
 	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
 	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>
   </description>
   
   
   <column id="username">
   <column id="username">

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

@@ -84,7 +84,7 @@
 	<description>
 	<description>
 	  Various flags. Meaning of bits in flags field is this:
 	  Various flags. Meaning of bits in flags field is this:
 	  10 - multivalue  (if is set, attribute may contain multiple values)
 	  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)
 	  12 - required    (attribute should not be empty)
 	</description>
 	</description>
   </column>
   </column>
@@ -94,7 +94,7 @@
 	<type>int</type>
 	<type>int</type>
 	<default>0</default>
 	<default>0</default>
 	<description>
 	<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:
 	  Meaning of bits is this:
 	  4 - uri
 	  4 - uri
 	  8 - user
 	  8 - user

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

@@ -23,7 +23,7 @@
 	<type db="postgres">SERIAL</type>
 	<type db="postgres">SERIAL</type>
 	<type db="dbtext">int,auto</type>
 	<type db="dbtext">int,auto</type>
 	<description>
 	<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.
 	  server.
 	</description>
 	</description>
   </column>
   </column>

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

@@ -48,7 +48,7 @@
   <index> 
   <index> 
 	<!-- 
 	<!-- 
 		 Note: we don't need unique index, but some databases require it.
 		 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/>
 	<unique/>
 	<name>userattrs_idx</name>
 	<name>userattrs_idx</name>

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

@@ -32,7 +32,7 @@
 	<type db="postgres">SERIAL</type>
 	<type db="postgres">SERIAL</type>
 	<type db="dbtext">int,auto</type>
 	<type db="dbtext">int,auto</type>
 	<description>
 	<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.
 	  the database server. This id is useful for post processing.
 	</description>
 	</description>
   </column>
   </column>
@@ -78,7 +78,7 @@
 	<null/>
 	<null/>
 	<description>
 	<description>
 	  The unique identifier of destination domain in SER. This identifier is
 	  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.
 	  request. This value is empty for outbound requests to 3rd party domains.
 	</description>
 	</description>
   </column>
   </column>
@@ -90,8 +90,8 @@
 	<null/>
 	<null/>
 	<description>
 	<description>
 	  The unique identifier of originating domain in SER. This identifier is
 	  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.
 	  domains.
 	</description>
 	</description>
   </column>
   </column>

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

@@ -21,7 +21,7 @@
 	<type db="postgres">SERIAL</type>
 	<type db="postgres">SERIAL</type>
 	<type db="dbtext">int,auto</type>
 	<type db="dbtext">int,auto</type>
 	<description>
 	<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.
 	  server.
 	</description>
 	</description>
   </column>
   </column>

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

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