Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #2

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open

Spelling #2

wants to merge 37 commits into from

Conversation

jsoref
Copy link

@jsoref jsoref commented Feb 5, 2023

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/android-apps/actions/runs/4094419408#summary-11114296906

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/android-apps/actions/runs/4094419544#summary-11114297087

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
private String mLocallyViewdDate;
private String mLocallyViewedDate;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not particularly confident about Viewed vs View

sendUsageLog35("askLgout")
sendUsageLog35("askLogout")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It took me a bit, but I've decided that this aren't actually tied to a real third party thing, but they'd probably break log counting. It shouldn't be terribly hard for a backend to merge the two names, and realistically it'll need to handle such things eventually.

That said, I'm happy to drop this or anything else.

@@ -10,5 +10,5 @@
android:paddingBottom="11.5dp"
android:textAppearance="?textAppearanceSubtitle1"
android:textColor="@color/text_neutral_quiet"
tools:text="Passsword Manager"
tools:text="Password Manager"
/>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I try not to fix the missing newline at eof warning even though I (like Git and GitHub) dislike it.
  2. Hanging here, I'm renaming the following file. I think I've picked the correct name, but I'm not certain.

<string name="in_app_login_persistent_notification_message">Dashlane may help you logging in to this app</string>
<string name="in_app_login_persistent_notification_message">Dashlane may help you logging into this app</string>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are differences of opinion about whether log in is a magical verb that should be treated as separate from to. I personally believe that log is a verb and you can log into a thing. If your style owner objects, I'm happy to drop this.

@@ -21,7 +21,7 @@ class AuthenticatorMultipleMatchesResult : DashlaneActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_mutliple_matches_result)
setContentView(R.layout.activity_multiple_matches_result)
setSupportActionBar(findViewById(R.id.toolbar))
supportActionBar?.apply {
setDisplayHomeAsUpEnabled(true)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another renamed file follows

@@ -64,7 +64,7 @@ class ImportFromChromeLogger(

fun logCsvImportAddManuallyClicked() = log(
subtype = "chrome_android_csv",
action = "click_add_manually_after_errror_message_onboarding_screen"
action = "click_add_manually_after_error_message_onboarding_screen"
)

private fun log(
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed file follows

GG("Guemsey", "GGY", 831),
GG("Guernsey", "GGY", 831),
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fairly notable.

I'm pretty sure it's a reference to https://en.wikipedia.org/wiki/Guernsey

@jsoref
Copy link
Author

jsoref commented Feb 5, 2023

Fwiw, I'm pretty sure this includes the corrections from #1.

Please feel free to take the changes however, I'm not attached to anything in particular. Mostly, I like to use software and not wince when I see typos. (And Dashlane is definitely software I might use or see someone else using...)

@Mikescops
Copy link
Member

Hello,

Thanks for your typo corrections 👍 indeed we'll merge with #1

Sorry we don't accept contributions on Github for now because we don't have the right tooling to do so yet.
That said we can pickup your changes upstream and mention you as the author so it appears in the next release.

@xfalempin does it seems ok to you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants