]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/common/containers.c
Fix spelling errors.
[meshlink] / test / blackbox / common / containers.c
index 99cdbdfed2e7a7ee18d52256e73966ff811603f0..ba4b393efc3d73378359706ed016c2929fe4dd72 100644 (file)
@@ -510,7 +510,7 @@ void change_ip(int node) {
        container->stop(container);
        assert(container->start(container, 0, NULL));
 
-       strncpy(container_ips[node], new_ip, sizeof(new_ip));   // Save the new IP Addres
+       strncpy(container_ips[node], new_ip, sizeof(new_ip));   // Save the new IP Address
        PRINT_TEST_CASE_MSG("Node '%s' IP Address changed to %s\n", state_ptr->node_names[node],
                            container_ips[node]);
 }