diff options
| author | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
| commit | 05e4a733f2141995181a551854d5df929f084adf (patch) | |
| tree | 83bb937740a6667525ba0df046748ecaa829c269 /src/nmtui/nmt-editor-page.c | |
| parent | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff) | |
New upstream version 1.44.0 upstream/1.44.0
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) |