From 70226ceedfc8efc20ce219a1fe39587e251f176f Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Tue, 11 Aug 2015 10:00:03 +0200 Subject: [PATCH] Fix copy-paste error in comment, This page is tasks not connman Summary: No functional change Reviewers: zmike, raster Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2930 --- src/modules/wizard/page_180.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/wizard/page_180.c b/src/modules/wizard/page_180.c index a7ed7ef..4e27d44 100644 --- a/src/modules/wizard/page_180.c +++ b/src/modules/wizard/page_180.c @@ -1,4 +1,4 @@ -/* Setup if we need connman? */ +/* Setup if user wants Tasks? */ #include "e_wizard.h" static int do_tasks = 1; -- 2.7.4