From 8ff49b25854acc310f97f83309c6122ba5ff1b7f Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 22 Jan 2019 12:56:53 +0100 Subject: Fix some typos and syntax errors Some of the typos fixes are in libcroco code. They are already fixed in upstream's git (https://bugzilla.gnome.org/show_bug.cgi?id=776798). Also fix a bunch of "allow to" (with the missing object). Signed-off-by: Mattia Rizzolo --- src/extension/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/system.cpp') diff --git a/src/extension/system.cpp b/src/extension/system.cpp index ea486ed80..412e5dcd4 100644 --- a/src/extension/system.cpp +++ b/src/extension/system.cpp @@ -278,7 +278,7 @@ save(Extension *key, SPDocument *doc, gchar const *filename, bool setextension, } // test if the file exists and is writable - // the test only checks the file attributes and might pass where ACL does not allow to write + // the test only checks the file attributes and might pass where ACL does not allow writes if (Inkscape::IO::file_test(filename, G_FILE_TEST_EXISTS) && !Inkscape::IO::file_is_writable(filename)) { g_free(fileName); throw Output::file_read_only(); -- cgit v1.2.3