File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ interface TextStreamReader extends TextStreamBase {
100
100
declare var WScript : {
101
101
/**
102
102
* Outputs text to either a message box (under WScript.exe) or the command console window followed by
103
- * a newline (under CScript.ext ).
103
+ * a newline (under CScript.exe ).
104
104
*/
105
105
Echo ( s : any ) : void ;
106
106
@@ -188,7 +188,7 @@ declare var WScript: {
188
188
/**
189
189
* Retrieves an existing object with the specified ProgID from memory, or creates a new one from a file.
190
190
* @param strPathname Fully qualified path to the file containing the object persisted to disk.
191
- * For objects in memory, pass a zero-length string.
191
+ * For objects in memory, pass a zero-length string.
192
192
* @param strProgID
193
193
* @param strPrefix Function names in the form prefix_event will be bound to this object's COM events.
194
194
*/
You can’t perform that action at this time.
0 commit comments