Skip to content

Commit 6e8790e

Browse files
spelling corrections
1 parent b08efe3 commit 6e8790e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Research & Documentation
1515

1616
Paper Draft: Completed and presented the first draft of the research paper to Dr. Sudip Mukherjee.
1717

18-
Feedback: Received critical feedback regarding the inclusion of ATMS (Advanced Transport Measuremenet Systems).
18+
Feedback: Received critical feedback regarding the inclusion of ATMS (Advanced Transport Measurement Systems).
1919

2020
[Community] - 2025-12-01
2121

pica/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Module: PICA CLI
3-
Purpose: CLI interface for Instrumenet Control modules in PICA (OLD SCRIPTS).
3+
Purpose: CLI interface for Instrument Control modules in PICA (OLD SCRIPTS).
44
"""
55
import os
66
import sys
@@ -112,7 +112,7 @@ def main():
112112

113113
while True:
114114
print_banner()
115-
print("Scannning for available measurement modules...\n")
115+
print("Scanning for available measurement modules...\n")
116116

117117
scripts = find_scripts(current_dir)
118118

0 commit comments

Comments
 (0)