summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/scala.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manual/scala/man1/scala.scala b/src/manual/scala/man1/scala.scala
index 0530185c30..cae1caecfc 100644
--- a/src/manual/scala/man1/scala.scala
+++ b/src/manual/scala/man1/scala.scala
@@ -122,7 +122,7 @@ object scala extends Command {
"Any arguments specified will be available via the " & Mono("args") &
"variable.",
- "Script files may have an optional header fthat is ignored if " &
+ "Script files may have an optional header that is ignored if " &
"present. There are two ways to format the header: either beginning with " &
Mono("#!") & " and ending with " & Mono("!#") & ", or beginning with " &
Mono("::#!") & " and ending with " & Mono("::!#") & ".",