diff options
author | Matt Bissiri <bissiri@eecs.umich.edu> | 2000-11-08 15:45:17 +0800 |
---|---|---|
committer | Matt Bissiri <bissiri@src.gnome.org> | 2000-11-08 15:45:17 +0800 |
commit | 18c2d259b26f9a6d3d86e1b0a183750d4f482d72 (patch) | |
tree | 1443fabfb458fef40b30f2f88b1c738a732d3d5b | |
parent | 9f7ff57297fc2abdcad743a34f0459df7ab5cc96 (diff) | |
download | gsoc2013-evolution-18c2d259b26f9a6d3d86e1b0a183750d4f482d72.tar gsoc2013-evolution-18c2d259b26f9a6d3d86e1b0a183750d4f482d72.tar.gz gsoc2013-evolution-18c2d259b26f9a6d3d86e1b0a183750d4f482d72.tar.bz2 gsoc2013-evolution-18c2d259b26f9a6d3d86e1b0a183750d4f482d72.tar.lz gsoc2013-evolution-18c2d259b26f9a6d3d86e1b0a183750d4f482d72.tar.xz gsoc2013-evolution-18c2d259b26f9a6d3d86e1b0a183750d4f482d72.tar.zst gsoc2013-evolution-18c2d259b26f9a6d3d86e1b0a183750d4f482d72.zip |
Fix typo in a comment.
2000-11-08 Matt Bissiri <bissiri@eecs.umich.edu>
* e-shell-folder-selection-dialog.c: Fix typo in a comment.
svn path=/trunk/; revision=6499
-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: |