diff options
Diffstat (limited to 'src/nmtui/nmt-editor-page.c')
| -rw-r--r-- | src/nmtui/nmt-editor-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmtui/nmt-editor-page.c b/src/nmtui/nmt-editor-page.c index d94b1f0f..7af277fc 100644 --- a/src/nmtui/nmt-editor-page.c +++ b/src/nmtui/nmt-editor-page.c @@ -104,7 +104,7 @@ nmt_editor_page_add_section(NmtEditorPage *page, NmtEditorSection *section) * * This method is called when the user saves the connection. It gives * the page a chance to do save its data outside the connections (such as - * recommit the slave connections). + * recommit the port connections). */ void nmt_editor_page_saved(NmtEditorPage *page) |