diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-09-12 22:20:00 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2011-09-12 22:21:42 +0800 |
commit | f830ff5e7665da7183414a36398634062201e65d (patch) | |
tree | 361abd57cc1e7a5dc55dde0d656e79452f7f6061 /embed/ephy-web-app-utils.c | |
parent | 253893c68f88ef288b70b809cbdde4964e7dbd87 (diff) | |
download | gsoc2013-epiphany-f830ff5e7665da7183414a36398634062201e65d.tar gsoc2013-epiphany-f830ff5e7665da7183414a36398634062201e65d.tar.gz gsoc2013-epiphany-f830ff5e7665da7183414a36398634062201e65d.tar.bz2 gsoc2013-epiphany-f830ff5e7665da7183414a36398634062201e65d.tar.lz gsoc2013-epiphany-f830ff5e7665da7183414a36398634062201e65d.tar.xz gsoc2013-epiphany-f830ff5e7665da7183414a36398634062201e65d.tar.zst gsoc2013-epiphany-f830ff5e7665da7183414a36398634062201e65d.zip |
Fix documentation comment
Diffstat (limited to 'embed/ephy-web-app-utils.c')
-rw-r--r-- | embed/ephy-web-app-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-app-utils.c b/embed/ephy-web-app-utils.c index 213d03b89..60ceaea2a 100644 --- a/embed/ephy-web-app-utils.c +++ b/embed/ephy-web-app-utils.c @@ -53,7 +53,7 @@ get_wm_class_from_app_title (const char *title) } /** - * ephy_web_application_get_directory: + * ephy_web_application_get_profile_directory: * @app_name: the application name * * Gets the directory whre the profile for @app_name is meant |