Fix the build

Change-Id: I15cc8d517a1713b003aad396aa5d2b29cb808338
diff --git a/core/java/android/service/fingerprint/FingerprintManager.java b/core/java/android/service/fingerprint/FingerprintManager.java
index 26673ab..bb90e40 100644
--- a/core/java/android/service/fingerprint/FingerprintManager.java
+++ b/core/java/android/service/fingerprint/FingerprintManager.java
@@ -202,7 +202,7 @@
         /**
          * Called when the given fingerprint can't be removed.
          * @param fp the fingerprint that the call attempted to remove.
-         * @parame errMsgId an associated error message id.
+         * @param errMsgId an associated error message id.
          * @param errString an error message indicating why the fingerprint id can't be removed.
          */
         public abstract void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString);