File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 269269
270270AM_CONDITIONAL(ENABLE_SHARE, test x"$enable_share" = "xyes")
271271
272- # gksu extenstion
272+ # gksu extension
273273AC_ARG_ENABLE ( [ gksu] ,
274274 AS_HELP_STRING ( [ --enable-gksu] , [ Enable gksu plugin] ) ,
275275 [ enable_gksu=$enableval] ,
276276 [ enable_gksu=yes] )
277277
278278AM_CONDITIONAL(ENABLE_GKSU, test x"$enable_gksu" = "xyes")
279279
280- # wallpaper extenstion
280+ # wallpaper extension
281281AC_ARG_ENABLE ( [ wallpaper] ,
282282 AS_HELP_STRING ( [ --enable-wallpaper] , [ Enable set as wallpaper plugin] ) ,
283283 [ enable_wallpaper=$enableval] ,
@@ -287,7 +287,7 @@ AM_CONDITIONAL(ENABLE_WALLPAPER, test x"$enable_wallpaper" = "xyes")
287287
288288# xattr-tags extension
289289AC_ARG_ENABLE ( [ xattr-tags] ,
290- AS_HELP_STRING ( [ --enable-xattr-tags] , [ Enable set as xattr tags plugin] ) ,
290+ AS_HELP_STRING ( [ --enable-xattr-tags] , [ Enable xattr tags plugin] ) ,
291291 [ enable_xattr_tags=$enableval] ,
292292 [ enable_xattr_tags=yes] )
293293
@@ -346,7 +346,7 @@ caja-extensions-$VERSION:
346346 compiler: ${CC}
347347 caja-extension dir ${ac_with_cajadir}
348348
349- Plugins to be build :
349+ Plugins to be built :
350350 Image Converter: $enable_image_converter
351351 Open Terminal: $enable_open_terminal
352352 Sendto: $enable_sendto
You can’t perform that action at this time.
0 commit comments