diff options
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 6c70a6062..6e3e008ac 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -53,12 +53,12 @@ public: void setSplitViewEnabled(bool enabled, const QUrl &secondaryUrl = QUrl()); /** - * @return The primary view containter. + * @return The primary view container. */ DolphinViewContainer* primaryViewContainer() const; /** - * @return The secondary view containter, can be 0 if split view is disabled. + * @return The secondary view container, can be 0 if split view is disabled. */ DolphinViewContainer* secondaryViewContainer() const; |
