Skip to content

Commit 22cb044

Browse files
committed
configure: fix some typos
1 parent ed3a246 commit 22cb044

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,15 +269,15 @@ fi
269269

270270
AM_CONDITIONAL(ENABLE_SHARE, test x"$enable_share" = "xyes")
271271

272-
# gksu extenstion
272+
# gksu extension
273273
AC_ARG_ENABLE([gksu],
274274
AS_HELP_STRING([--enable-gksu], [Enable gksu plugin]),
275275
[enable_gksu=$enableval],
276276
[enable_gksu=yes])
277277

278278
AM_CONDITIONAL(ENABLE_GKSU, test x"$enable_gksu" = "xyes")
279279

280-
# wallpaper extenstion
280+
# wallpaper extension
281281
AC_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
289289
AC_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

0 commit comments

Comments
 (0)