diff --git a/main.js b/main.js index c746bd5..bac6a77 100644 --- a/main.js +++ b/main.js @@ -119,7 +119,7 @@ async function captureAndReadScreen() { overlayWindow.webContents.send('overlay-start'); } - console.log('[OCR] Watining 4 seconds for animation CS2...'); + console.log('[OCR] Waiting 4 seconds for animation CS2...'); await new Promise(resolve => setTimeout(resolve, 4000)); console.log('[OCR] Screenshotting CS2...'); @@ -293,4 +293,4 @@ app.on('will-quit', () => { app.on('window-all-closed', () => { if (process.platform !== 'darwin') app.quit(); -}); \ No newline at end of file +});