Skip to content

Commit 1ae5378

Browse files
committed
format
1 parent 1c48798 commit 1ae5378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/native/src/main/scala/fs2/io/process/ProcessesPlatform.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private[process] trait ProcessesCompanionPlatform extends Processesjvmnative {
137137
if ((dir != null) && (dir.toString != ".")) {
138138
val ret = chdir(toCString(dir.toString))
139139
if (ret != 0)
140-
throw new IOException(s"Failed to to ${dir.toString}")
140+
throw new IOException(s"Failed to chdir to ${dir.toString}")
141141
}
142142
}
143143

0 commit comments

Comments
 (0)