diff options
| -rw-r--r-- | sbopkglint.d/50-icons.t.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sbopkglint.d/50-icons.t.sh b/sbopkglint.d/50-icons.t.sh index 54393e4..e3297f4 100644 --- a/sbopkglint.d/50-icons.t.sh +++ b/sbopkglint.d/50-icons.t.sh @@ -48,7 +48,7 @@ check_image() {  		PNG|png)           check_mime $f $mime image/png ;;  		GIF|gif)           check_mime $f $mime image/gif ;;  		JPG|jpg|JPEG|jpeg) check_mime $f $mime image/jpeg ;; -		XPM|xpm)           check_mime $f $mime image/xpmi ;; +		XPM|xpm)           check_mime $f $mime image/x-xpmi ;;  		SVG|svg|SVGZ|svgz) check_mime $f $mime image/svg+xml ;;  		BMP|bmp)           check_mime $f $mime image/bmp ;;  		ICO|ico)           check_mime $f $mime image/vnd.microsoft.icon ;; | 
