浏览代码

fixed typo 'one short connection' to 'one shot'

(cherry picked from commit 25776dbf76dfbc087582991bea3169e7b39b9340)
Christian Winter 8 年之前
父节点
当前提交
bd32b67ab6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/base/classes.xml

+ 1 - 1
doc/base/classes.xml

@@ -24293,7 +24293,7 @@
 			Persisting connections are saved when the object is serialized to file.
 			Persisting connections are saved when the object is serialized to file.
 		</constant>
 		</constant>
 		<constant name="CONNECT_ONESHOT" value="4">
 		<constant name="CONNECT_ONESHOT" value="4">
-			One short connections disconnect themselves after emission.
+			One shot connections disconnect themselves after emission.
 		</constant>
 		</constant>
 	</constants>
 	</constants>
 </class>
 </class>