diff options
| author | Monsta <[email protected]> | 2014-12-23 11:30:08 +0300 |
|---|---|---|
| committer | Monsta <[email protected]> | 2014-12-23 11:30:08 +0300 |
| commit | 961dfa02eb0bdd3f040b661313c88057983ecc21 (patch) | |
| tree | 01096788d305a0ff44ec1860ad3152887642145a | |
| parent | a884673c31d0e7a4eeb990b038500aa3d0d3355c (diff) | |
| download | caja-extensions-961dfa02eb0bdd3f040b661313c88057983ecc21.tar.bz2 caja-extensions-961dfa02eb0bdd3f040b661313c88057983ecc21.tar.xz | |
fix copy/paste error in comment
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9fb29e6..cca2d18 100644 --- a/configure.ac +++ b/configure.ac @@ -296,7 +296,7 @@ AC_ARG_ENABLE([gksu], AM_CONDITIONAL(ENABLE_GKSU, test x"$enable_gksu" = "xyes") -# gksu extenstion +# wallpaper extenstion AC_ARG_ENABLE([wallpaper], AS_HELP_STRING([--enable-wallpaper], [Enable set as wallpaper plugin]), [enable_wallpaper=$enableval], |
