]> Sergey Matveev's repositories - nnn.git/commitdiff
fixed wrong spelled words
authorfreddii <freddii@users.noreply.github.com>
Mon, 18 Jan 2021 12:55:28 +0000 (13:55 +0100)
committerfreddii <freddii@users.noreply.github.com>
Mon, 18 Jan 2021 12:55:28 +0000 (13:55 +0100)
plugins/gutenread
plugins/nmount
plugins/preview-tabbed
src/nnn.c

index bfc0a42ad86899fd376dc30c13e524839d1a7daf..ba41facd8c6b662a867b452d63feca0be1dfd714 100755 (executable)
@@ -6,7 +6,7 @@
 # Details: Set the variable EBOOK_ID to download in html format and read in w3m.
 #          Clear EBOOK_ID to browse available ebooks by popularity and set it to
 #          the ID once you find an interesting one.
-#          To dowload and read in epub format set READER to an epub reader like
+#          To download and read in epub format set READER to an epub reader like
 #          epr: https://github.com/wustho/epr
 #
 #          More on EBOOK_ID:
index 6a9ed8cecb06ef6a6dc8379a22bba5c9a6de6760..460f8b487f6e3c1867619af37330087fcbd29645 100755 (executable)
@@ -10,7 +10,7 @@
 # - The script uses Linux-specific lsblk to list block devices. Alternatives:
 #       macOS: "diskutil list"
 #       BSD: "geom disk list"
-# - The script uses udisksctl (from udisks2) to pwoer down devices. This is also Linux-specific.
+# - The script uses udisksctl (from udisks2) to power down devices. This is also Linux-specific.
 #   Users on non-Linux platforms can comment it and use an alterntive to power-down disks.
 #
 # Shell: POSIX compliant
index 5f37ff57187426a0c0a8ff7e494c07c984188ba5..5caccb50fe726eeb6ffb44b7414f73db98af89c8 100755 (executable)
@@ -40,7 +40,7 @@
 #     - `mpv`: multimedia player, for video/audio preview
 #     - `sxiv`: image viewer
 #     - `zathura`: PDF viewer
-#     - but we allways fallback to `nuke` plugin
+#     - but we always fallback to `nuke` plugin
 #
 # [1]: https://tools.suckless.org/tabbed/
 # [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html
index 2ba715c5894b2168f15a08f294769132b02a8f3e..15857cf07cad9da5786ca485bd356a3cbbedd93e 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
 
 /*
  * NAME_MAX and PATH_MAX may not exist, e.g. with dirent.c_name being a
- * flexible array on Illumos. Use somewhat accomodating fallback values.
+ * flexible array on Illumos. Use somewhat accommodating fallback values.
  */
 #ifndef NAME_MAX
 #define NAME_MAX 255