From 30cb048645ecc1acbe9a07a6edbf697dfa582333 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 11 Feb 2020 16:34:31 +0000 Subject: crosvm: fix typo in crosvm balloon description --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 3b0ee85..d0b12c1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1460,7 +1460,7 @@ fn resume_vms(args: std::env::Args) -> std::result::Result<(), ()> { fn balloon_vms(mut args: std::env::Args) -> std::result::Result<(), ()> { if args.len() < 2 { print_help("crosvm balloon", "SIZE VM_SOCKET...", &[]); - println!("Set the ballon size of the crosvm instance to `SIZE` bytes."); + println!("Set the balloon size of the crosvm instance to `SIZE` bytes."); return Err(()); } let num_bytes = match args.nth(0).unwrap().parse::() { -- cgit 1.4.1