Skip to content

Commit f0f919a

Browse files
committed
Fixed typo in comment
1 parent 0270db4 commit f0f919a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xblock/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def load_classes(cls, fail_silently=True):
130130
plugin cannot import. The goal is to be able to use part of
131131
libraries from an XBlock (and thus have it installed), even if
132132
the overall XBlock cannot be used (e.g. depends on Django in a
133-
non-Django application). There is diagreement about whether
133+
non-Django application). There is disagreement about whether
134134
this is a good idea, or whether we should see failures early
135135
(e.g. on startup or first page load), and in what
136136
contexts. Hence, the flag.

0 commit comments

Comments
 (0)