Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 561f9bb3 authored by François Degros's avatar François Degros
Browse files

Fix typo in comment

Flag: EXEMPT no functional change
Bug: None
Test: CQ
Change-Id: I0a864ed5371fb72088f131e38b3c123f4addbc39
parent 41256da5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1198,7 +1198,7 @@ public class DirectoryFragment extends Fragment implements SwipeRefreshLayout.On
        intent.putExtra(FileOperationService.EXTRA_OPERATION_TYPE, mode);

        // This just identifies the type of request...we'll check it
        // when we reveive a response.
        // when we receive a response.
        startActivityForResult(intent, REQUEST_COPY_DESTINATION);
    }