mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 23:20:34 +01:00
trivial: fix typo in pppoe::service property
This commit is contained in:
parent
00347f4655
commit
b5b49a4bc0
1 changed files with 2 additions and 2 deletions
|
|
@ -294,7 +294,7 @@ nm_setting_pppoe_class_init (NMSettingPPPOEClass *setting_class)
|
|||
* NMSettingPPPOE:service:
|
||||
*
|
||||
* If specified, instruct PPPoE to only initiate sessions with access
|
||||
* concentrators that provide the specified serivce. For most providers,
|
||||
* concentrators that provide the specified service. For most providers,
|
||||
* this should be left blank. It is only required if there are multiple
|
||||
* access concentrators or a specific service is known to be required.
|
||||
**/
|
||||
|
|
@ -304,7 +304,7 @@ nm_setting_pppoe_class_init (NMSettingPPPOEClass *setting_class)
|
|||
"Service",
|
||||
"If specified, instruct PPPoE to only initiate sessions "
|
||||
"with access concentrators that provide the specified "
|
||||
"serivce. For most providers, this should be left "
|
||||
"service. For most providers, this should be left "
|
||||
"blank. It is only required if there are multiple "
|
||||
"access concentrators or a specific service is known "
|
||||
"to be required.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue