Skip to content

Commit 54c4726

Browse files
committed
fix: typo in initial gear message
1 parent 9e4cd38 commit 54c4726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CarControlService.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ int main() {
8989
}
9090
std::cout << "Successfully Registered Service!" << std::endl;
9191
// set initial gear
92-
std::cout << "Set Initial Gear "P" to Attribute and Service." << std::endl;
92+
std::cout << "Set Initial Gear P to Attribute and Service." << std::endl;
9393
std::this_thread::sleep_for(std::chrono::milliseconds(100));
9494
changeGear("P",piracer,myService);
9595
/*main loop */

0 commit comments

Comments
 (0)