Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed May 24, 2018
1 parent 12cb6fc commit c66f658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/layout/qgslayoutexporter.h
Expand Up @@ -208,7 +208,7 @@ class CORE_EXPORT QgsLayoutExporter
};

/**
* Exports the layout to the a \a filePath, using the specified export \a settings.
* Exports the layout to the \a filePath, using the specified export \a settings.
*
* If the layout is a multi-page layout, then filenames for each page will automatically
* be generated by appending "_1", "_2", etc to the image file's base name.
Expand Down Expand Up @@ -278,7 +278,7 @@ class CORE_EXPORT QgsLayoutExporter
};

/**
* Exports the layout as a PDF to the a \a filePath, using the specified export \a settings.
* Exports the layout as a PDF to the \a filePath, using the specified export \a settings.
*
* Returns a result code indicating whether the export was successful or an
* error was encountered.
Expand Down Expand Up @@ -417,7 +417,7 @@ class CORE_EXPORT QgsLayoutExporter
};

/**
* Exports the layout as an SVG to the a \a filePath, using the specified export \a settings.
* Exports the layout as an SVG to the \a filePath, using the specified export \a settings.
*
* Returns a result code indicating whether the export was successful or an
* error was encountered.
Expand Down

0 comments on commit c66f658

Please sign in to comment.