Skip to content

Commit

Permalink
fix (copyright) typo in license.txt filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ptesei committed Nov 3, 2024
1 parent b2b4cec commit cf5aaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/class-copyright-notice-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function check( $php_files, $css_files, $other_files ) {
if ( stripos( $path, $this->slug . '/readme.txt' ) ||
stripos( $path, $this->slug . '/readme.md' ) ||
stripos( $path, $this->slug . '/style.css' ) ||
stripos( $path, $this->slug . '/licence.txt' ) !== false ) {
stripos( $path, $this->slug . '/license.txt' ) !== false ) {
$content .= $contents;
}
}
Expand Down

0 comments on commit cf5aaa6

Please sign in to comment.