Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix typo (via client9/misspell)
Browse files Browse the repository at this point in the history
  • Loading branch information
HairyFotr committed Jul 20, 2016
1 parent e3d4ef4 commit 8d114d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/nsfw_image_detector.py
Expand Up @@ -88,7 +88,7 @@ def _is_nsfw_image(self, file_path):
Detect if the provided image file is NSFW.
Current version of this function is very simple and only detects very
basic nudity by measuring skin tone precentage in the image.
basic nudity by measuring skin tone percentage in the image.
"""
skin_percent = self._get_skin_ratio_percentage(file_path)
return skin_percent > SKIN_PERCENTAGE_THRESHOLD
Expand Down

0 comments on commit 8d114d6

Please sign in to comment.