From 916df412f5b6f7fb9bcfb705a3c8c23e35304410 Mon Sep 17 00:00:00 2001 From: Thomas Renes Date: Sat, 8 Jan 2022 16:25:17 +0100 Subject: Fix various typos and spelling errors in documentation, comments and code. (#4134) --- app/Models/EntryDAO.php | 2 +- app/Models/EntryDAOSQLite.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Models') diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php index 4b781d5db..6814c8521 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -542,7 +542,7 @@ SQL; /** * Mark all the articles in a tag as read. - * @param integer $id tag ID, or empty for targetting any tag + * @param integer $id tag ID, or empty for targeting any tag * @param integer $idMax max article ID * @return integer|false affected rows */ diff --git a/app/Models/EntryDAOSQLite.php b/app/Models/EntryDAOSQLite.php index 649536bdf..51bf9635f 100644 --- a/app/Models/EntryDAOSQLite.php +++ b/app/Models/EntryDAOSQLite.php @@ -242,7 +242,7 @@ DROP TABLE IF EXISTS `tmp`; /** * Mark all the articles in a tag as read. - * @param integer $id tag ID, or empty for targetting any tag + * @param integer $id tag ID, or empty for targeting any tag * @param integer $idMax max article ID * @return integer|false affected rows */ -- cgit v1.2.3