Skip to content

Commit

Permalink
Merge pull request #80 from aschnell/master
Browse files Browse the repository at this point in the history
- fixed typos
  • Loading branch information
aschnell authored Dec 22, 2023
2 parents f0009d7 + 920ecb9 commit da5a0d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions barrel/Utils/Prompt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ namespace barrel
{
while (true)
{
// TRANSLATORS: Abbriviation for "yes". Translation must be different from
// TRANSLATORS: Abbreviation for "yes". Translation must be different from
// translation for "n" ("no").
string y = _("y");

// TRANSLATORS: Abbriviation for "no". Translation must be different from
// TRANSLATORS: Abbreviation for "no". Translation must be different from
// translation for "y" ("yes").
string n = _("n");

Expand Down
6 changes: 3 additions & 3 deletions doc/barrel.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<para>The stack can hold different objects: storage objects
(e.g. block devices, LVM volume groups or file systems), a
mark and arrays. Arrays are contructed using the [ and ]
mark and arrays. Arrays are constructed using the [ and ]
commands.</para>
</refsect2>

Expand Down Expand Up @@ -200,14 +200,14 @@
<varlistentry>
<term><option>[</option></term>
<listitem>
<para>Starts an array contruction by pushing a mark on the stack.</para>
<para>Starts an array construction by pushing a mark on the stack.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><option>]</option></term>
<listitem>
<para>Ends an array contruction by creating a new array from
<para>Ends an array construction by creating a new array from
the objects on the stack upto the next mark, removing the objects and
the mark from the stack and finally pushing the new array onto the
stack.</para>
Expand Down

0 comments on commit da5a0d8

Please sign in to comment.