Skip to content

Commit ba6edeb

Browse files
authored
Fix typo
pardon
1 parent 5a1c1e7 commit ba6edeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/widgets/viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import Qt
66
from Qt import QtGui, QtCore, QtWidgets
77

8-
# use QOpenGLWidget instead of the deprecated QGLWdiegt to avoid probelms with Wayland
8+
# use QOpenGLWidget instead of the deprecated QGLWidget to avoid probelms with Wayland
99
if Qt.IsPySide2:
1010
from PySide2.QtWidgets import QOpenGLWidget
1111
elif Qt.IsPyQt5:

0 commit comments

Comments
 (0)