Git commit 5871bdfb5c5f0015003138b03639a9bffd250435 by Yuri Chornoivan.
Committed on 05/03/2017 at 08:55.
Pushed by yurchor into branch 'master'.

Fix minor issues

M  +1    -1    doc/configuration.docbook
M  +1    -1    icons/README.quesnay
M  +1    -1    src/entryiconview.cpp

https://commits.kde.org/tellico/5871bdfb5c5f0015003138b03639a9bffd250435

diff --git a/doc/configuration.docbook b/doc/configuration.docbook
index 31cb32a9..3e133924 100644
--- a/doc/configuration.docbook
+++ b/doc/configuration.docbook
@@ -348,7 +348,7 @@ The <ulink url="http://www.imdb.com";>Internet Movie 
Database</ulink> provides in
 <sect3 id="omdb">
 <title>OMDBAPI.com</title>
 <para>
-<ulink url="http://omdbapi.com";>The Open Movie Database</ulink>is a free web 
service to obtain movie information.
+<ulink url="http://omdbapi.com";>The Open Movie Database</ulink> is a free web 
service to obtain movie information.
 </para>
 </sect3>
 
diff --git a/icons/README.quesnay b/icons/README.quesnay
index 571daab7..7c96427e 100644
--- a/icons/README.quesnay
+++ b/icons/README.quesnay
@@ -20,7 +20,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 You should have received a copy of the GNU Lesser General Public
-License along with this library (see the the license.txt file); if not, write 
to the Free Software Foundation, Inc., 51 Franklin Street, Fifh Floor, Boston, 
MA  02110-1301  USA
+License along with this library (see the license.txt file); if not, write to 
the Free Software Foundation, Inc., 51 Franklin Street, Fifh Floor, Boston, MA  
02110-1301  USA
 #######**** NOTE THIS ADD-ON ****#######
 The GNU Lesser General Public License or LGPL is written for software libraries
 in the first place. The LGPL has to be considered valid for this artwork
diff --git a/src/entryiconview.cpp b/src/entryiconview.cpp
index 5983ed0a..8ba044d1 100644
--- a/src/entryiconview.cpp
+++ b/src/entryiconview.cpp
@@ -140,7 +140,7 @@ void EntryIconView::slotSortMenuActivated(QAction* action_) 
{
     return;
   }
   // could have just put the index of the field in the list as the action data
-  // but instead, we need to to iterate over the current fields and find the 
index since EntryTitleModel
+  // but instead, we need to iterate over the current fields and find the 
index since EntryTitleModel
   // uses the field list index as the column value
   Data::FieldList fields = Data::Document::self()->collection()->fields();
   for(int i = 0; i < fields.count(); ++i) {

Reply via email to