embeddedobj/test/Container1/EmbedContApp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8b4815317e90a46f2762675e2b3c7ead2a74ac15 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 22 20:20:21 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu May 23 20:33:12 2019 +0200 Fix typo Change-Id: Ia5d0623c51c259fdbc3cfbc1d4d2432439282bae Reviewed-on: https://gerrit.libreoffice.org/72856 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java index 9743a4f4cadc..14f5fa83e1d5 100644 --- a/embeddedobj/test/Container1/EmbedContApp.java +++ b/embeddedobj/test/Container1/EmbedContApp.java @@ -1046,7 +1046,7 @@ public class EmbedContApp extends Applet if ( m_xStorage == null ) { JOptionPane.showMessageDialog( m_aFrame, - "No storage for oned file!", + "No storage for owned file!", "Error:", JOptionPane.ERROR_MESSAGE ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
