style(comment): correct typo in comment from "execl" to "excel" #508
      
        
          +1
        
        
          −1
        
        
          
        
      
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
What type of PR is this?
style: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc)
Check the PR title.
The description is user-oriented and clear enough for others to understand. No documentation update required as this is a non-functional change.
(Optional) Translate the PR title into Chinese.
样式: 修复注释中的拼写错误,将 "execl" 更正为 "excel"
(Optional) More detailed description for this PR (en: English / zh: Chinese).
en: This PR corrects a minor typo in a code comment, changing "execl" to "excel". This improves code readability and consistency, especially for developers navigating the codebase or using search tools.
zh(optional): 本次 PR 修复了代码注释中的拼写错误,将 "execl" 更正为 "excel"。该修改有助于提升代码可读性和一致性,尤其是在开发者查阅代码或使用搜索工具时。
(Optional) Which issue(s) this PR fixes:
None.