Description: Typos Author: Jörg Frings-Fürst Last-Update: 206-04-10 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/src/autosave-manager.vala =================================================================== --- trunk.orig/src/autosave-manager.vala +++ trunk/src/autosave-manager.vala @@ -74,7 +74,7 @@ public class AutosaveManager catch (Error e) { if (!(e is FileError.NOENT)) - warning ("Could not load autosave infomation; not restoring any autosaves: %s", e.message); + warning ("Could not load autosave information; not restoring any autosaves: %s", e.message); return; } var pages = get_value (file, "simple-scan", "pages");