From 1521d88be27beae148a38b56fe4e6dd3b9287198 Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Wed, 23 Oct 2024 09:00:57 +0000 Subject: [PATCH] doc:: fix the error Signed-off-by: Caohongtao --- ...204\350\256\276\345\244\207\347\261\273\345\236\213-qemu.md" | 2 +- ...11\350\256\276\345\244\207\347\261\273\345\236\213-Lip4a.md" | 2 +- .../doc/\347\274\226\345\206\231job\345\222\214testcase.md" | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/doc/tutorials/ospp-kernelci/doc/\345\267\262\346\217\220\344\276\233\347\232\204\350\256\276\345\244\207\347\261\273\345\236\213-qemu.md" "b/doc/tutorials/ospp-kernelci/doc/\345\267\262\346\217\220\344\276\233\347\232\204\350\256\276\345\244\207\347\261\273\345\236\213-qemu.md" index 83082eba..a367a667 100644 --- "a/doc/tutorials/ospp-kernelci/doc/\345\267\262\346\217\220\344\276\233\347\232\204\350\256\276\345\244\207\347\261\273\345\236\213-qemu.md" +++ "b/doc/tutorials/ospp-kernelci/doc/\345\267\262\346\217\220\344\276\233\347\232\204\350\256\276\345\244\207\347\261\273\345\236\213-qemu.md" @@ -60,5 +60,5 @@ COPY --from=0 lava-healthchecks-binary/next /usr/share/nginx/html/next/ COPY --from=0 lava-healthchecks-binary/stable /usr/share/nginx/html/stable/ ``` -也可以为你的 dokcer 容器配置代理 +也可以为你的 docker 容器配置代理 diff --git "a/doc/tutorials/ospp-kernelci/doc/\346\234\252\346\217\220\344\276\233\347\232\204\350\256\276\345\244\207\347\261\273\345\236\213-\350\207\252\345\256\232\344\271\211\350\256\276\345\244\207\347\261\273\345\236\213-Lip4a.md" "b/doc/tutorials/ospp-kernelci/doc/\346\234\252\346\217\220\344\276\233\347\232\204\350\256\276\345\244\207\347\261\273\345\236\213-\350\207\252\345\256\232\344\271\211\350\256\276\345\244\207\347\261\273\345\236\213-Lip4a.md" index 423bc642..205713d1 100644 --- "a/doc/tutorials/ospp-kernelci/doc/\346\234\252\346\217\220\344\276\233\347\232\204\350\256\276\345\244\207\347\261\273\345\236\213-\350\207\252\345\256\232\344\271\211\350\256\276\345\244\207\347\261\273\345\236\213-Lip4a.md" +++ "b/doc/tutorials/ospp-kernelci/doc/\346\234\252\346\217\220\344\276\233\347\232\204\350\256\276\345\244\207\347\261\273\345\236\213-\350\207\252\345\256\232\344\271\211\350\256\276\345\244\207\347\261\273\345\236\213-Lip4a.md" @@ -616,7 +616,7 @@ Check for: - `boot_character_delay`:设置 lava 输入字符的时间,主要是为了模拟人类键盘输入,电脑输入过快可能会造成字符倒置等情况 -6. **设置 shudown 提示词**: +6. **设置 shutdown 提示词**: ```jinja2 {% set shutdown_message = 'The system will reboot now!' %} diff --git "a/doc/tutorials/ospp-kernelci/doc/\347\274\226\345\206\231job\345\222\214testcase.md" "b/doc/tutorials/ospp-kernelci/doc/\347\274\226\345\206\231job\345\222\214testcase.md" index 55696ce3..5273429b 100644 --- "a/doc/tutorials/ospp-kernelci/doc/\347\274\226\345\206\231job\345\222\214testcase.md" +++ "b/doc/tutorials/ospp-kernelci/doc/\347\274\226\345\206\231job\345\222\214testcase.md" @@ -220,7 +220,7 @@ params: # # dir ./automated/linux/ltp/ # SKIPFILE: "http://people.linaro.org/~naresh.kamboju/skipfile" # SKIPFILE: "skipfile-lkft.yaml" # yaml file that will be parsed with - # # skipgen. Must use "yaml" extention. + # # skipgen. Must use "yaml" extension. # NOTE: busybox wget may not work with https link so prefer to use http SKIPFILE: "" -- Gitee