Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2021-12-02 23:19:25 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-12-13 20:41:32 +0300
commit1454d6c35c67b445bb50688a01c5e811ac9c0c5d (patch)
treeafed4c6e3a5af41cfd3ec3611672db57bcc6032d /meson_options.txt
parent1afc31cf0307c53f779d1d66577884f1e4b5ea95 (diff)
Address slirp PR review feedback
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a2afbf52c..0bcd734bc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,7 +14,7 @@ option('use_png', type : 'boolean', value : true,
description : 'Enable saving screenshots in .png format')
option('use_slirp', type : 'boolean', value : true,
- description : 'Enable ethernet emulation using libslirp')
+ description : 'Enable Ethernet emulation using Libslirp')
# This option exists only for rare situations when Linux developer cannot
# install ALSA library headers on their machine.