Skip to content

Commit 146633a

Browse files
committed
Core (LV::Video): Fix typo.
1 parent c0700f4 commit 146633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvisual/libvisual/lv_video.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ namespace LV {
338338
}
339339

340340
if (m_impl->depth != VISUAL_VIDEO_DEPTH_GL) {
341-
// Validate depth and bytes per pixel consisteency.
341+
// Validate depth and bytes per pixel consistency.
342342

343343
if (m_impl->bpp != visual_video_depth_bpp (m_impl->depth) / 8) {
344344
visual_log (VISUAL_LOG_ERROR, "Depth (%s) is not consistent with BPP (%d).",

0 commit comments

Comments
 (0)