diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-folder-selection-dialog.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c64ed1dbf2..2f3124fa41 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-11-08 Matt Bissiri <bissiri@eecs.umich.edu> + + * e-shell-folder-selection-dialog.c: Fix typo in a comment. + 2000-11-06 Dan Winship <danw@helixcode.com> * e-storage-set-view.c (insert_folders): Pass full_name, not diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index dac2e90df3..e2e57da7e4 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -340,7 +340,7 @@ e_shell_folder_selection_dialog_construct (EShellFolderSelectionDialog *folder_s * @allowed_types: List of the names of the allowed types * * Create a new folder selection dialog widget. @default_uri can be either an - * `evolution:' URI or a physical URI (all the non-`evoluion:' URIs are + * `evolution:' URI or a physical URI (all the non-`evolution:' URIs are * considered to be physical URIs). * * Return value: |