Small spelling fix

This commit is contained in:
Simon Hausmann 2021-09-29 14:55:08 +02:00
parent fc491b167f
commit 21f9850b43
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
<label for="style_combo">Style:</label>
<select id="style_combo">
<option value="fluent">fluent</option>
<option value="ugly">ulgy</option>
<option value="ugly">ugly</option>
</select>
</p>
@ -50,4 +50,4 @@
crossorigin="anonymous"></script>
</body>
</html>
</html>

View file

@ -28,7 +28,7 @@ struct Cli {
#[structopt(name = "path to .60 file", parse(from_os_str))]
path: std::path::PathBuf,
/// The style name ('native', or 'ulgy')
/// The style name ('native', or 'ugly')
#[structopt(long, name = "style name", default_value)]
style: String,