Missed a typo

Change-Id: If8a5f15bd2ae848a3883b0778ab366a778114f7d
diff --git a/src/device.rs b/src/device.rs
index a217de6..afb7f01 100644
--- a/src/device.rs
+++ b/src/device.rs
@@ -38,7 +38,7 @@
         .arg(source_path)
         .arg(destination_with_address)
         .status()
-        .expect("Unable to run ssh.");
+        .expect("Unable to run scp.");
 
     if ssh_result.success() {
         Ok(())