Skip to content

Commit e1cfc8e

Browse files
authored
Merge pull request #162 from snorfalorpagus/patch-2
Fixed a couple more typos, in hello_world.rst
2 parents 91d8875 + 7f84ad5 commit e1cfc8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/hello_world.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ Next, submit the job using "qsub" and ensure it runs. ::
7575
$ qsub hellojob.sh
7676
Your job 1 ("hellojob.sh") has been submitted
7777

78-
Now, you can vew your queue and check the status of the job. ::
78+
Now, you can view your queue and check the status of the job. ::
7979

8080
$ qstat
8181
job-ID prior name user state submit/start at queue slots ja-task-ID
8282
-----------------------------------------------------------------------------------------------------------------
8383
1 0.55500 hellojob.s ec2-user r 03/24/2015 22:23:48 [email protected] 1
8484

85-
The job is currently in a running state. Wait 30 seconds for the job to finish and run qsub again. ::
85+
The job is currently in a running state. Wait 30 seconds for the job to finish and run qstat again. ::
8686

8787
$ qstat
8888
$

0 commit comments

Comments
 (0)