소스 검색

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.
 		</constant>
 		<constant name="CONNECT_ONESHOT" value="4">
-			One short connections disconnect themselves after emission.
+			One shot connections disconnect themselves after emission.
 		</constant>
 	</constants>
 </class>