From 72f79f11e40a7a99d58e6fbfc884ec7d6492e7b7 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 17 Sep 2023 14:58:53 +0300 Subject: [PATCH] chore: correct typos in dgiofileinfo.cpp Log: --- gio-qt/source/dgiofileinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio-qt/source/dgiofileinfo.cpp b/gio-qt/source/dgiofileinfo.cpp index 432cf99..21c0f33 100644 --- a/gio-qt/source/dgiofileinfo.cpp +++ b/gio-qt/source/dgiofileinfo.cpp @@ -139,7 +139,7 @@ QString DGioFileInfo::contentType() const * * Wrapper of Gio::FileInfo::get_icon() and then Gio::Icon::to_string(). * - * Notice the returned value can be in two different form: + * Notice the returned value can be in two different forms: * * - a native path (such as "/path/to/my icon.png") without escaping if the file for icon is a native * file. If the file is not native, the returned string is the result of g_file_get_uri() @@ -148,7 +148,7 @@ QString DGioFileInfo::contentType() const * - a icon name if icon is a ThemedIcon with exactly one name, the encoding is simply the name (such as * network-server), or a list of theme names (such as ". GThemedIcon text-plain text-x-generic text-plain-symbolic"). * - * \return the icon string as discribed above. + * \return the icon string as described above. */ QString DGioFileInfo::iconString() const {