浏览代码

app_ruby: small spelling fix in docs

Henning Westerholt 7 年之前
父节点
当前提交
ba26117dc2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/app_ruby/doc/app_ruby_admin.xml

+ 2 - 2
src/modules/app_ruby/doc/app_ruby_admin.xml

@@ -25,8 +25,8 @@
 	</para>
 	<para>
 		IMPORTANT: because of Ruby language policy (which require that a public
-		submodule name has to start with an uppercase leter), the KSR submodule
-		names are with all leters uppercase. For example, what is documented as
+		submodule name has to start with an uppercase letter), the KSR submodule
+		names are with all letters uppercase. For example, what is documented as
 		KSR.sl in KEMI docs, must be used as KSR::SL in Ruby scripts.
 	</para>
 	</section>