aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCat <deepbluemistake@gmail.com>2019-01-05 23:35:26 -0500
committerGitHub <noreply@github.com>2019-01-05 23:35:26 -0500
commit705fbc6ab054143c628c14eb9a71b26f5179b40a (patch)
treeee33a7e6bcc876b6a85690b354c63dde323df568
parentMerge pull request #642 from stackyjoe/master (diff)
downloadlumina-705fbc6ab054143c628c14eb9a71b26f5179b40a.tar.gz
lumina-705fbc6ab054143c628c14eb9a71b26f5179b40a.tar.bz2
lumina-705fbc6ab054143c628c14eb9a71b26f5179b40a.zip
typo fix
with -> wish
-rw-r--r--port-files/FreeBSD/x11/lumina-core/pkg-message2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/FreeBSD/x11/lumina-core/pkg-message b/port-files/FreeBSD/x11/lumina-core/pkg-message
index c3742ad9..3a68baae 100644
--- a/port-files/FreeBSD/x11/lumina-core/pkg-message
+++ b/port-files/FreeBSD/x11/lumina-core/pkg-message
@@ -1,6 +1,6 @@
The Lumina Desktop Environment has been installed!
-An entry for for launching Lumina from a graphical login manager has already been added to the system, but if you with to start Lumina manually, you will need to do one of the following:
+An entry for for launching Lumina from a graphical login manager has already been added to the system, but if you wish to start Lumina manually, you will need to do one of the following:
1) Run "start-lumina-desktop" directly from the command line after logging in.
2) Put the line "exec start-lumina-desktop" at the end of your user's "~/.xinitrc" file before running startx with any special X11 flags
bgstack15