Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
This happens for being lazy and making the change directly from GitHub...
  • Loading branch information
arrufat authored Jan 28, 2024
1 parent 2ce559a commit 7280520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/image_transforms/random_color_transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace dlib
const double color_magnitude = 0.2
)
{
if (gamma_magnitude == 0 && color_magniture == 0)
if (gamma_magnitude == 0 && color_magnitude == 0)
return;

image_view<image_type> img(img_);
Expand Down

0 comments on commit 7280520

Please sign in to comment.