=== modified file 'dracut-module/password-agent.c' --- dracut-module/password-agent.c 2020-11-29 21:54:00 +0000 +++ dracut-module/password-agent.c 2020-11-29 22:26:30 +0000 @@ -5807,7 +5807,7 @@ char write_data[PIPE_BUF]; { /* Construct test password buffer */ - /* Start with + since that is what the real procotol uses */ + /* Start with + since that is what the real protocol uses */ write_data[0] = '+'; /* Set a special character at string end just to mark the end */ write_data[sizeof(write_data)-2] = 'y'; @@ -5980,7 +5980,7 @@ g_assert_true(errno == EPERM or errno == ENOMEM); } /* Construct test password buffer */ - /* Start with + since that is what the real procotol uses */ + /* Start with + since that is what the real protocol uses */ password.data[0] = '+'; /* Set a special character at string end just to mark the end */ password.data[oversized-3] = 'y';