summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2023-08-15 19:16:26 +0200
committerDave Davenport <qball@gmpclient.org>2023-08-15 19:16:26 +0200
commita7aa8224cb20784ede3c542f829f497261b7452c (patch)
tree2ea7404b822a1148b2a3abed6324a174787be870
parentad06fb95161a6b140ec7329ef2bbae6837dc4d45 (diff)
[rofi-theme] fix typo
-rw-r--r--doc/rofi-theme.54
-rw-r--r--doc/rofi-theme.5.markdown4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 28d2413c..6c4139ad 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -2408,9 +2408,9 @@ If a filename is provided, it will try to resolve it in the following order:
.RS
.IP \(bu 2
-If path is absolute and file exists, it will pick open the file. This includes expansion of '~' or '~user'
+If path is absolute and file exists, it will open the file. This includes expansion of '~' or '~user'
.IP \(bu 2
-On an \fB\fC@import\fR or \fB\fC@theme\fR it looks in the directory of the file that tried to import it.
+On an \fB\fC@import\fR or \fB\fC@theme\fR it looks in the directory of the file that tried to include it.
.IP \(bu 2
\fB\fC${XDG_CONFIG_HOME}/rofi/themes/\fR
.IP \(bu 2
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index d4c8a056..188e4394 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -1626,8 +1626,8 @@ The specified file can either by *name*, *filename*,*full path*.
If a filename is provided, it will try to resolve it in the following order:
-- If path is absolute and file exists, it will pick open the file. This includes expansion of '~' or '~user'
-- On an `@import` or `@theme` it looks in the directory of the file that tried to import it.
+- If path is absolute and file exists, it will open the file. This includes expansion of '~' or '~user'
+- On an `@import` or `@theme` it looks in the directory of the file that tried to include it.
- `${XDG_CONFIG_HOME}/rofi/themes/`
- `${XDG_CONFIG_HOME}/rofi/`
- `${XDG_DATA_HOME}/rofi/themes/`