summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorMohit Agarwal <mohit@sdf.org>2016-11-13 17:02:04 +0530
committerMohit Agarwal <mohit@sdf.org>2016-11-13 17:38:50 +0530
commitd2534fe8a7e910a4ef583dc72edf6618ec127a0e (patch)
tree3d55c5a352d22859479f7aedfcf2f44cdceaf09d /src/manual
parent46382e731266a43d592b0feeacc59faf9f0e7fc6 (diff)
downloadscala-d2534fe8a7e910a4ef583dc72edf6618ec127a0e.tar.gz
scala-d2534fe8a7e910a4ef583dc72edf6618ec127a0e.tar.bz2
scala-d2534fe8a7e910a4ef583dc72edf6618ec127a0e.zip
Fix typo in scalac, scalap man pages
s/exist status/exit status/
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/scalac.scala2
-rw-r--r--src/manual/scala/man1/scalap.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/manual/scala/man1/scalac.scala b/src/manual/scala/man1/scalac.scala
index 029ba3ce5b..b4d479cb85 100644
--- a/src/manual/scala/man1/scalac.scala
+++ b/src/manual/scala/man1/scalac.scala
@@ -474,7 +474,7 @@ object scalac extends Command {
val exitStatus = Section("EXIT STATUS",
- MBold(command) & " returns a zero exist status if it succeeds to " &
+ MBold(command) & " returns a zero exit status if it succeeds to " &
"compile the specified input files. Non zero is returned in case " &
"of failure.")
diff --git a/src/manual/scala/man1/scalap.scala b/src/manual/scala/man1/scalap.scala
index 472b522e17..b58fe6a81f 100644
--- a/src/manual/scala/man1/scalap.scala
+++ b/src/manual/scala/man1/scalap.scala
@@ -76,7 +76,7 @@ object scalap extends Command {
val exitStatus = Section("EXIT STATUS",
- MBold(command) & " returns a zero exist status if it succeeds to process " &
+ MBold(command) & " returns a zero exit status if it succeeds to process " &
"the specified input files. Non zero is returned in case of failure.")
override val authors = Section("AUTHOR",