Fix common misspellings in documentation

Fix common misspellings by using the list available at
http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines

From the list cited above, the substitution script found the following
misspellings:

accomodate->accommodate
targetted->targeted
transfering->transferring
witheld->withheld
withold->withhold
This commit is contained in:
Lucas De Marchi 2010-09-14 00:06:00 -03:00 committed by Marcel Holtmann
parent b02f8cfbd6
commit 0ccdcdf984
3 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@ Properties string CallingLinePresentation [readonly]
Contains the value of the connected line identification Contains the value of the connected line identification
restriction property. The value indicates the state of restriction property. The value indicates the state of
the COLR supplementary service in the network. If the COLR supplementary service in the network. If
enabled, the network will withold subscriber number enabled, the network will withhold subscriber number
information from the calling party on incoming calls. information from the calling party on incoming calls.
The possible values are: The possible values are:
"disabled", "disabled",
@ -77,12 +77,12 @@ Properties string CallingLinePresentation [readonly]
string HideCallerId [readwrite] string HideCallerId [readwrite]
Sets whether the ID of the caller will should be Sets whether the ID of the caller will should be
provided or witheld for outgoing calls. This setting provided or withheld for outgoing calls. This setting
is also modified by the status of the CLIR supplementary is also modified by the status of the CLIR supplementary
service in the network (see the CallingLineRestriction service in the network (see the CallingLineRestriction
property). The three possible values are: property). The three possible values are:
"default" - Uses the network setting "default" - Uses the network setting
"enabled" - CLIR invoked, caller id is witheld "enabled" - CLIR invoked, caller id is withheld
"disabled" - CLIR suppressed, caller id is "disabled" - CLIR suppressed, caller id is
provided provided

View File

@ -7,7 +7,7 @@ Linux and other open source components are now used extensively on both desktop
and mobile embedded devices. They provide networking, power management, and mobile embedded devices. They provide networking, power management,
database and other core OS infrastructure. However, up to this point no database and other core OS infrastructure. However, up to this point no
viable open source solution for mobile telephony existed. oFono aims to viable open source solution for mobile telephony existed. oFono aims to
change that; it is a telephony host stack specifically targetted at both change that; it is a telephony host stack specifically targeted at both
mobile embedded and desktop systems. mobile embedded and desktop systems.
Launched on May 11, 2009 oFono aims to provide a solid framework for builidng Launched on May 11, 2009 oFono aims to provide a solid framework for builidng
@ -97,7 +97,7 @@ for low-level operations. This interface is based on 3GPP TS 27.007 "AT
command set for User Equipment" and 3GPP TS 27.005 "DTE-DCE interface for SMS command set for User Equipment" and 3GPP TS 27.005 "DTE-DCE interface for SMS
and CBS". oFono assumes that all operations are fully asynchronous. and CBS". oFono assumes that all operations are fully asynchronous.
This means that oFono can accomodate a wide variety of devices, including This means that oFono can accommodate a wide variety of devices, including
full-featured modems (AT command based and otherwise), data-only cards, and full-featured modems (AT command based and otherwise), data-only cards, and
modem like devices (e.g. Bluetooth Handsfree and Sim Access Profile devices, modem like devices (e.g. Bluetooth Handsfree and Sim Access Profile devices,
etc.) etc.)

View File

@ -34,7 +34,7 @@ Methods array{object,dict} GetCalls()
Joins the currently Active (or Outgoing, depending Joins the currently Active (or Outgoing, depending
on network support) and Held calls together and on network support) and Held calls together and
disconnects both calls. In effect transfering disconnects both calls. In effect transferring
one party to the other. This procedure requires one party to the other. This procedure requires
an Active and Held call and the Explicit Call Transfer an Active and Held call and the Explicit Call Transfer
(ECT) supplementary service to be active. (ECT) supplementary service to be active.