Skip to content

Commit 25243c7

Browse files
committed
Fix typos: 'Feburary' -> 'February' in changelogs, 'exepct' -> 'except' in comment
1 parent 3ebd024 commit 25243c7

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

CodeApp/Localization/de.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
";
2323

2424
"Changelog.message" =
25-
"### 1.12.0 (Feburary 2026)
25+
"### 1.12.0 (February 2026)
2626
- Unterstützung für mehrere Terminals
2727
- Unterstützung für Terminal‑Modifikatortasten
2828
- Besonderer Dank an @ThalesMMS für den Beitrag

CodeApp/Localization/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
"Changelog.message" =
2525
"
26-
### 1.12.0 (Feburary 2026)
26+
### 1.12.0 (February 2026)
2727
- Support multi-terminal
2828
- Support terminal key modifiers
2929
- Special thanks to @ThalesMMS for contribution

CodeApp/Localization/ja.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
";
2323

2424
"Changelog.message" =
25-
"### 1.12.0 (Feburary 2026)
25+
"### 1.12.0 (February 2026)
2626
- マルチターミナルに対応
2727
- ターミナルの修飾キーに対応
2828
- @ThalesMMS の貢献に特別感謝

CodeApp/Localization/ko.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
";
2323

2424
"Changelog.message" =
25-
"### 1.12.0 (Feburary 2026)
25+
"### 1.12.0 (February 2026)
2626
- 멀티 터미널 지원
2727
- 터미널 키 모디파이어 지원
2828
- 기여해 주신 @ThalesMMS님께 특별한 감사

CodeApp/Localization/ru.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
";
2323

2424
"Changelog.message" =
25-
"### 1.12.0 (Feburary 2026)
25+
"### 1.12.0 (February 2026)
2626
- Поддержка нескольких терминалов
2727
- Поддержка клавиш-модификаторов терминала
2828
- Особая благодарность @ThalesMMS за вклад

CodeApp/Localization/zh-Hans.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
";
2323

2424
"Changelog.message" =
25-
"### 1.12.0 (Feburary 2026)
25+
"### 1.12.0 (February 2026)
2626
- 支持多终端
2727
- 支持终端修饰键
2828
- 特别感谢 @ThalesMMS 的贡献

CodeApp/Managers/TerminalManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class TerminalManager: ObservableObject {
251251
}
252252
}
253253

254-
/// Close all terminals exepct the first one, and reset that terminal's state
254+
/// Close all terminals except the first one, and reset that terminal's state
255255
func resetAndSetNewRootDirectory(url: URL) {
256256
assertMainThread()
257257
rootURL = url

0 commit comments

Comments
 (0)