Skip to content

Commit b53e7f5

Browse files
committed
fix typo
1 parent 799ef08 commit b53e7f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you have old data, PLEASE BACK UP YOUR DATA BEFORE USE.
1212

1313
# How to use
1414
1. Download from the latest [Release](https://github.com/Nriver/trilium-translation/releases) that suit your computer system.
15-
2. Unzip and execute(trilium for Linux, trilium.sh for Linux sever, trilium.exe for Windows, trilium.app for macOS).
15+
2. Unzip and execute(trilium for Linux, trilium.sh for Linux server, trilium.exe for Windows, trilium.app for macOS).
1616
3. Enjoy :)
1717

1818
# How to run server with docker

make_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def patch_linux(file_name):
173173
def patch_linux_server(file_name):
174174

175175
if not file_name.endswith('.tar.xz'):
176-
print('linux sever 文件名有问题')
176+
print('linux server 文件名有问题')
177177
print('linux server wrong file name')
178178
exit()
179179

@@ -189,7 +189,7 @@ def patch_linux_server(file_name):
189189

190190
# 打zip包
191191
# make zip package
192-
new_name = 'trilium-cn-linux-x64-sever.zip'
192+
new_name = 'trilium-cn-linux-x64-server.zip'
193193
print('new_name', new_name)
194194
os.system(f'rm -f {new_name}')
195195
patched_root_folder = 'trilium-linux-x64-server'

0 commit comments

Comments
 (0)