diff tests/test-extension.t @ 30332:318a24b52eeb

spelling: fixes of non-dictionary words
author Mads Kiilerich <madski@unity3d.com>
date Mon, 17 Oct 2016 23:16:55 +0200
parents 5581b294f3c6
children acd30a959980
line wrap: on
line diff
--- a/tests/test-extension.t	Thu Nov 03 17:31:14 2016 -0700
+++ b/tests/test-extension.t	Mon Oct 17 23:16:55 2016 +0200
@@ -251,10 +251,10 @@
 
 #if demandimport absimport
 
-Examine whether module loading is delayed until actual refering, even
+Examine whether module loading is delayed until actual referring, even
 though module is imported with "absolute_import" feature.
 
-Files below in each packages are used for descirbed purpose:
+Files below in each packages are used for described purpose:
 
 - "called": examine whether "from MODULE import ATTR" works correctly
 - "unused": examine whether loading is delayed correctly