scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
146 stars 94 forks source link

Fixed "Varified" typo #251

Closed PrerakMathur20 closed 2 years ago

PrerakMathur20 commented 2 years ago

Description

In several files the key word "Varified" was present, which is supposed to be "Verified". The modified files are -

Rather than just fixing the "Varified" term in only the React-frontend/src/components/Admin/ShowMembers.js file's print message, I found out there are several functions called by the name varified and isVarified. So I went on, and fixed the typo there as well, and obviously all of their Occurrence in other relevant code as well.

Fixes #250

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Screenshot

Also, include screenshots for the verification and reviewing purpose.

Before

OpenMF_Before

After

OpenMF_After

Checklist:

PrerakMathur20 commented 2 years ago

@swapnalshahil I have made the required changes and fixed the error. Can you please take a look at this, and let me know If there's anything else in the way of this PR getting merged?

PrerakMathur20 commented 2 years ago

@charithccmc Can you please review this PR? And if there's anything that is stopping it from merging?