diff --git a/examples/bare0.rs b/examples/bare0.rs
index 21a8c0869248f17b6ca4e9622023088ad2d3d0ee..cb4eb7eadc39a26cc75357e30fa1e5bf688caa72 100644
--- a/examples/bare0.rs
+++ b/examples/bare0.rs
@@ -29,15 +29,15 @@ fn main() {
 }
 // 1. run the program in the debugger,
 //    let the program run for a while and then press pause
-//    look in the (Local) Variables view what do you find
+//    look in the (Local -vscode) Variables view what do you find
 //    ** your answer here **
 //
-//    in the Expressions (WHATCH) view add X and Y
+//    in the Expressions (WATCH -vscode) view add X and Y
 //    what do you find
 //
 //    ** your answer here **
 //    step through one complete iteration of the loop
-//    and see how the (Local) Varibles are updated
+//    and see how the (Local) Variables are updated
 //    can you foresee what will eventually happen?
 // 	  ** place your answer here **
 //