From c6d5eea841aab2a65de73b3ceb635245b803d518 Mon Sep 17 00:00:00 2001 From: Calen Pennington <calen.pennington@gmail.com> Date: Fri, 29 Jun 2012 16:07:22 -0400 Subject: [PATCH] Fix typo --- common/lib/xmodule/x_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/x_module.py b/common/lib/xmodule/x_module.py index f628abe5f1e..91d1bce1f4e 100644 --- a/common/lib/xmodule/x_module.py +++ b/common/lib/xmodule/x_module.py @@ -29,7 +29,7 @@ class Plugin(object): @classmethod def load_class(cls, identifier, default=None): """ - Loads a single class intance specified by identifier. If identifier + Loads a single class instance specified by identifier. If identifier specifies more than a single class, then logs a warning and returns the first class identified. -- GitLab