Fixed typos

This commit is contained in:
Jan Böhmer 2023-04-15 23:14:53 +02:00
parent 63df16a369
commit d04d743520
144 changed files with 263 additions and 265 deletions

View file

@ -93,7 +93,7 @@ class StatisticsHelper
}
/**
* Returns the number of all parts which have price informations.
* Returns the number of all parts which have price information.
*
* @throws NoResultException
* @throws NonUniqueResultException
@ -147,7 +147,7 @@ class StatisticsHelper
}
/**
* Gets the count of all external (only containing an URL) attachments.
* Gets the count of all external (only containing a URL) attachments.
*
* @throws NoResultException
* @throws NonUniqueResultException
@ -158,7 +158,7 @@ class StatisticsHelper
}
/**
* Gets the count of all attachments where the user uploaded an file.
* Gets the count of all attachments where the user uploaded a file.
*
* @throws NoResultException
* @throws NonUniqueResultException

View file

@ -59,7 +59,7 @@ class TagFinder
$options = $resolver->resolve($options);
//If the keyword is too short we will get to much results, which takes too much time...
//If the keyword is too short we will get too much results, which takes too much time...
if (mb_strlen($keyword) < $options['min_keyword_length']) {
return [];
}