Kaydet (Commit) 18c0623c authored tarafından Eike Rathke's avatar Eike Rathke

Fix typos

Change-Id: I01f0ca82f1350b74ea2d3205948c032918049c02
(cherry picked from commit e0b60b18)
Reviewed-on: https://gerrit.libreoffice.org/45397Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 9e06d98c
......@@ -3415,13 +3415,13 @@ const char* SC_OPCODE_LOOKUP_ARY[] =
// -=*# Resource for function MATCH #*=-
const char* SC_OPCODE_MATCH_ARY[] =
{
NC_("SC_OPCODE_MATCH", "Defines a position in a array after comparing values."),
NC_("SC_OPCODE_MATCH", "Defines a position in an array after comparing values."),
NC_("SC_OPCODE_MATCH", "Search criterion"),
NC_("SC_OPCODE_MATCH", "The value to be used for comparison."),
NC_("SC_OPCODE_MATCH", "Lookup array"),
NC_("SC_OPCODE_MATCH", "The array (range) in which the search is made."),
NC_("SC_OPCODE_MATCH", "Type"),
NC_("SC_OPCODE_MATCH", "Type can take the value 1, 0 or -1 and determines the criteria are to be used for comparison purposes.")
NC_("SC_OPCODE_MATCH", "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes.")
};
// -=*# Resource for function OFFSET #*=-
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment