Skip to content

Commit

Permalink
Spelling mistakes
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Applin <[email protected]>
  • Loading branch information
jhaigh0 and robertapplin authored May 7, 2024
1 parent 4dd35f9 commit 73be5cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/services/github_issue_manager/github_issue_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Mantid version: $version
OS: $os
**Additionl Information**
**Additional Information**
$info
**Stack trace**
Expand All @@ -30,7 +30,7 @@
Mantid version: $version
OS: $os
**Additionl Information**
**Additional Information**
$info
""")

Expand All @@ -48,7 +48,7 @@ def get_or_create_github_issue(report) -> GithubIssue | None:
and they have not left any additional information
Args:
report: The report recived by ErrorViewSet
report: The report recieved by ErrorViewSet
Returns:
GithubIssue | None: A reference to a new or existing GithubIssue table
Expand Down Expand Up @@ -108,7 +108,7 @@ def get_or_create_github_issue(report) -> GithubIssue | None:

def _trim_stacktrace(stacktrace: str) -> str:
"""
Returns a rimmed and os non-specific version of the stacktrace given
Returns a trimmed and os non-specific version of the stacktrace given
"""
return '\n'.join([_stacktrace_line_trimer(line) for line in
stacktrace.split('\n')])
Expand Down

0 comments on commit 73be5cb

Please sign in to comment.