Explorar el Código

rtcwake: fix a typo in description (#2198)

Felix Yan hace 6 años
padre
commit
3a7ea2fd7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/linux/rtcwake.md

+ 1 - 1
pages/linux/rtcwake.md

@@ -14,7 +14,7 @@
 
 
 `sudo rtcwake -m disk --date +{{15}}min`
 `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}}`
 `sudo rtcwake -m freeze --date {{YYYYMMDDhhmm}}`