Sfoglia il codice sorgente

rtcwake: fix a typo in description (#2198)

Felix Yan 6 anni fa
parent
commit
3a7ea2fd7d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/linux/rtcwake.md

+ 1 - 1
pages/linux/rtcwake.md

@@ -14,7 +14,7 @@
 
 `sudo rtcwake -m disk --date +{{15}}min`
 
-- Freeze the system (more efficent than suspend-to-ram but linux > 3.9 required) and wakeup at a given date and time:
+- Freeze the system (more efficient than suspend-to-ram but linux > 3.9 required) and wakeup at a given date and time:
 
 `sudo rtcwake -m freeze --date {{YYYYMMDDhhmm}}`